mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-28 16:14:34 +00:00
meson: Remove "install" argument from configure_file
The argument requires Meson 0.50 however it's already "false" by default if "install_dir" is not provided so remove it to keep compatibility with Meson 0.48. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
c392a7fee7
commit
4727c19d36
@ -170,5 +170,4 @@ subdir('docs')
|
||||
# write config.h
|
||||
#
|
||||
configure_file(output : 'config.h',
|
||||
install : false,
|
||||
configuration : spice_common_config_data)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user