summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-10-02 16:24:09 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2020-10-03 21:33:44 -0400
commitaf052688d8f4ab23f2a29093f9c927b0f066af21 (patch)
tree762f5d0f824695f82209fe6993b1d895c84c2924 /fc-cache
parente50fbc1beb1da8a503939e75ccdf0b18a0848785 (diff)
meson: Fix build when 'tools' option is disabled
Diffstat (limited to 'fc-cache')
-rw-r--r--fc-cache/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/fc-cache/meson.build b/fc-cache/meson.build
index 9e0fe72..8963ac5 100644
--- a/fc-cache/meson.build
+++ b/fc-cache/meson.build
@@ -6,3 +6,4 @@ fccache = executable('fc-cache', ['fc-cache.c', fcstdint_h, alias_headers, ft_al
)
tools_man_pages += ['fc-cache']
+meson.add_install_script('../install-cache.py', fccache.full_path())