summaryrefslogtreecommitdiff
path: root/x11/fontconfig/patches/patch-fc-cache_meson_build
blob: e169ea229a64774b77709405b1a581a3cef788d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Don't run fc-cache !

Index: fc-cache/meson.build
--- fc-cache/meson.build.orig
+++ fc-cache/meson.build
@@ -8,6 +8,6 @@ fccache = executable('fc-cache', ['fc-cache.c', fcstdi
 tools_man_pages += ['fc-cache']
 
 # Do not try to execute target's fc-cache on host when cross compiling
-if not meson.is_cross_build()
-  meson.add_install_script(fccache, '-s', '-f', '-v')
-endif
+#if not meson.is_cross_build()
+#  meson.add_install_script(fccache, '-s', '-f', '-v')
+#endif