meson: Fix build when 'tools' option is disabled

This commit is contained in:
Xavier Claessens 2020-10-02 16:24:09 -04:00
parent e50fbc1beb
commit af052688d8
2 changed files with 1 additions and 2 deletions

View File

@ -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())

View File

@ -367,8 +367,6 @@ fc_headers = [
install_headers(fc_headers, subdir: meson.project_name())
meson.add_install_script('install-cache.py', fccache.full_path())
# Summary
if meson.version() >= '0.53'
doc_targets = get_variable('doc_targets', [])