|
9c23b89d
|
2023-01-30T17:16:34
|
|
* subprojects/harfbuzz.wrap, subprojects/libpng.wrap: Updated.
|
|
b405fc5c
|
2022-12-07T17:05:17
|
|
* subprojects/zlib.wrap: Micro-update from upstream.
|
|
0ec85f71
|
2022-10-20T13:55:41
|
|
* subprojects/zlib.wrap: Update to zlib version 1.2.13.
|
|
b861b241
|
2022-05-27T11:26:30
|
|
[meson] Disable FreeType in HarfBuzz fallback.
This avoids cyclic subproject configuration when the 'harfbuzz' feature is
enabled, or `--wrap-mode=forcefallback` is used, but HarfBuzz is built as a
subproject. HarfBuzz does the same and disables HarfBuzz support when
configuring FreeType as a subproject.
* meson.build (harfbuzz_dep): Implement it.
* subprojects/harfbuzz.wrap: New file.
* .gitlab-ci.yml [windows meson]: Use latest version of the meson 0.59
series, which has a necessary bug fix to make CI work.
|
|
b4b7c3f6
|
2022-05-18T16:02:21
|
|
* subprojects/zlib.wrap: Update to zlib version 1.2.12.
|
|
2e62b744
|
2022-01-11T05:37:56
|
|
* subprojects/zlib.wrap: Update from upstream.
|
|
e6e6cbf1
|
2021-11-03T10:07:20
|
|
[libpng] Update Meson wrap for win-arm64
1.6.37-5 released patches for win-arm64 to successfully build
libpng with Meson:
https://github.com/mesonbuild/wrapdb/pull/205
https://github.com/mesonbuild/wrapdb/pull/216
Updated by the following command:
meson wrap update libpng
Tested on win-arm64 and x64.
|
|
60a93ea2
|
2021-09-07T06:38:09
|
|
[dlg] Synchronize with upstream.
* src/dlg/dlgwrap.c (_XOPEN_SOURCE): Set to 600.
Fixes #1093.
|
|
59e95b01
|
2021-07-12T06:01:14
|
|
Update 'dlg' subproject.
|
|
bb42afbd
|
2021-01-17T15:50:08
|
|
[meson] Add subproject fallbacks for 'libpng' and 'zlib'.
* subprojects/libpng.wrap, subprojects/zlib.wrap: New files.
* meson.build: Updated.
|
|
92bd99bd
|
2021-02-16T14:07:18
|
|
Move 'dlg' submodule to `subprojects` directory.
This is for future changes with Meson, which doesn't allow a
different name for its `subprojects` directory. Having both a
`submodules` and a `subprojects` directory is confusing.
* .gitmodules, autogen.sh (copy_submodule_files, DLG_INC_DIR,
DLG_SRC_DIR): Updated.
* builds/toplevel.mk (<top-level>, do-dist),
builds/windows/vc2010/script.bat: Updated.
* src/tools/no-copyright: Updated.
|