blob: 5c67ce4c91bfaef247a3e6c464ae79bf5c650e1c (
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,7 +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',
- skip_if_destdir: true)
-endif
+# if get_option('cache-build').enabled() and not meson.is_cross_build()
+# meson.add_install_script(fccache, '-s', '-f', '-v')
+# endif
|