diff options
Diffstat (limited to 'x11/fontconfig/patches/patch-fc-cache_meson_build')
-rw-r--r-- | x11/fontconfig/patches/patch-fc-cache_meson_build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/fontconfig/patches/patch-fc-cache_meson_build b/x11/fontconfig/patches/patch-fc-cache_meson_build index 9d1a6c1..5c67ce4 100644 --- a/x11/fontconfig/patches/patch-fc-cache_meson_build +++ b/x11/fontconfig/patches/patch-fc-cache_meson_build @@ -3,12 +3,13 @@ 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 +@@ -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') +- 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') |