aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fontconfig/files/patch-fc-cache_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/fontconfig/files/patch-fc-cache_meson.build')
-rw-r--r--x11-fonts/fontconfig/files/patch-fc-cache_meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-fonts/fontconfig/files/patch-fc-cache_meson.build b/x11-fonts/fontconfig/files/patch-fc-cache_meson.build
deleted file mode 100644
index cdb981f4abee..000000000000
--- a/x11-fonts/fontconfig/files/patch-fc-cache_meson.build
+++ /dev/null
@@ -1,10 +0,0 @@
---- fc-cache/meson.build.orig 2021-01-28 11:53:32 UTC
-+++ 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()
-+if get_option('fc-cache').enabled() and not meson.is_cross_build()
- meson.add_install_script(fccache, '-s', '-f', '-v')
- endif