summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* * subprojects/harfbuzz.wrap, subprojects/libpng.wrap: Updated.Werner Lemberg2023-01-302-14/+14
|
* * subprojects/zlib.wrap: Micro-update from upstream.Werner Lemberg2022-12-071-4/+4
|
* * subprojects/zlib.wrap: Update to zlib version 1.2.13.Werner Lemberg2022-10-201-8/+8
|
* [meson] Disable FreeType in HarfBuzz fallback.Xavier Claessens2022-06-211-0/+12
| | | | | | | | | | | | | | 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.
* * subprojects/zlib.wrap: Update to zlib version 1.2.12.Werner Lemberg2022-05-181-7/+7
|
* * subprojects/zlib.wrap: Update from upstream.Werner Lemberg2022-01-111-1/+1
|
* [libpng] Update Meson wrap for win-arm64Gabor Kertesz2021-11-031-3/+4
| | | | | | | | | | | | 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.
* [dlg] Synchronize with upstream.Werner Lemberg2021-09-071-0/+0
| | | | | | * src/dlg/dlgwrap.c (_XOPEN_SOURCE): Set to 600. Fixes #1093.
* Update 'dlg' subproject.Werner Lemberg2021-07-121-0/+0
|
* [meson] Add subproject fallbacks for 'libpng' and 'zlib'.Tim-Philipp Müller2021-03-072-0/+23
| | | | | | * subprojects/libpng.wrap, subprojects/zlib.wrap: New files. * meson.build: Updated.
* Move 'dlg' submodule to `subprojects` directory.Werner Lemberg2021-02-161-0/+0
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.