meson: Fix build when 'tools' option is disabled
This commit is contained in:
parent
e50fbc1beb
commit
af052688d8
|
@ -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())
|
||||
|
|
|
@ -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', [])
|
||||
|
|
Loading…
Reference in New Issue