fontconfig: Branch 'main' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Jan 20 03:47:39 UTC 2025
meson.build | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 26a8b98a9c187f0d45a1e07fec33096d98885a6b
Merge: 127bb4d 9b864e8
Author: Akira TAGOH <akira at tagoh.org>
Date: Mon Jan 20 03:47:37 2025 +0000
Merge branch 'issues/445' into 'main'
meson: create fc_cachedir at the installation time
Closes #445
See merge request fontconfig/fontconfig!360
commit 9b864e8ceb480c31cd76ce3fe1d6215f8655ec55
Author: Akira TAGOH <akira at tagoh.org>
Date: Mon Jan 20 12:08:36 2025 +0900
meson: create fc_cachedir at the installation time
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/445
diff --git a/meson.build b/meson.build
index 4439758..85968b2 100644
--- a/meson.build
+++ b/meson.build
@@ -550,6 +550,11 @@ if not meson.is_subproject()
meson.add_dist_script('build-aux/meson-dist-autotools.py')
endif
+if host_machine.system() != 'windows'
+ install_emptydir(fc_cachedir,
+ install_tag: 'runtime')
+endif
+
# Summary
doc_targets = get_variable('doc_targets', [])
More information about the Fontconfig
mailing list