summaryrefslogtreecommitdiff
path: root/x11/fontconfig/patches/patch-fc-cache_meson_build
blob: 9d1a6c1cbcc9de2ad5cef49bc66417d103359887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 get_option('cache-build').enabled() and not meson.is_cross_build()
-  meson.add_install_script(fccache, '-s', '-f', '-v')
-endif
+# if get_option('cache-build').enabled() and not meson.is_cross_build()
+#   meson.add_install_script(fccache, '-s', '-f', '-v')
+# endif