summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-01-27Bump version to 2.14.22.14.22.14-branchAkira TAGOH1-1/+1
2022-10-26meson: Update freetype2 git repository to upstreamJason Francis1-1/+1
2022-10-25meson: modify gperf test to remove sh dependencyChristopher Degawa1-24/+18
2022-10-21Bump version to 2.14.12.14.1Akira TAGOH1-1/+1
2022-09-13meson: Fix configuration warningsXavier Claessens1-1/+2
2022-09-13meson: Do not run fc-cache when installing into a DESTDIRXavier Claessens1-1/+1
2022-07-02meson: add 'template-dir', 'baseconfig-dir', 'config-dir', and 'xml-dir' optionsTim-Philipp Müller1-4/+22
2022-07-02meson: add 'cache-dir' optionTim-Philipp Müller1-4/+13
2022-07-02meson: add 'additional-fonts-dirs' optionTim-Philipp Müller1-0/+30
2022-07-02meson: add 'default-fonts-dirs' optionTim-Philipp Müller1-13/+21
2022-07-02meson: add 'default-hinting' optionTim-Philipp Müller1-0/+3
2022-06-20meson: Fix linking libexpat on darwinJeremy Huddleston Sequoia1-2/+8
2022-03-31Bump version to 2.14.02.14.0Akira TAGOH1-1/+1
2022-02-04Bump version to 2.13.962.13.96Akira TAGOH1-1/+1
2022-02-01Bump version to 2.13.952.13.95Akira TAGOH1-1/+1
2022-01-17Add an user font directory for Win32 to the default font pathAkira TAGOH1-1/+1
2022-01-09meson: Remove summary() from version_compare() blockNirbheek Chauhan1-10/+8
2021-07-20Add support for C11 stdatomic atomicsAlex Richardson1-0/+4
2021-06-28Bump version to 2.13.94HEAD2.13.94masterAkira TAGOH1-1/+1
2021-03-03Fix missing <dir> element for WINDOWSFONTDIR in mesonAkira TAGOH1-6/+14
2021-01-26Meson: Fallback to gperf subproject on all platformsXavier Claessens1-6/+3
2021-01-07meson: remove unused stdin_wrapper.py scriptTim-Philipp Müller1-1/+0
2020-11-28Bump version to 2.13.932.13.93Akira TAGOH1-1/+1
2020-11-28Update version in meson.build to sync up with configure.acAkira TAGOH1-1/+1
2020-11-28Add <dir> XML tags to default values for FC_DEFAULT_FONTS on non-Darwin systemsNiklas Guertler1-2/+2
2020-11-28Allow multiple default system font directories in the fallback config, and se...Niklas Guertler1-2/+7
2020-10-03meson: Use version comparison functionXavier Claessens1-1/+1
2020-10-03meson: Fix build when 'tools' option is disabledXavier Claessens1-2/+0
2020-10-02meson: Look for FreeType using CMake tooChun-wei Fan1-3/+11
2020-07-31meson: print configuration summary()Tim-Philipp Müller1-0/+12
2020-07-31Add Meson build systemTim-Philipp Müller1-0/+362