mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
meson: don't pass "install" to configure_file() unless really needed
In our case it was never needed because it defaults to true if install_dir is set, which it always is for all calls. This avoids a warning when running with newer meson where it complains that install is only available with 0.50+. Fixes #298
This commit is contained in:
@@ -179,7 +179,6 @@ configure_file(input : 'gdump.c',
|
||||
output : 'gdump.c',
|
||||
copy: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'gobject-introspection-1.0'),
|
||||
install : true,
|
||||
)
|
||||
|
||||
girepo_dep = declare_dependency(
|
||||
|
Reference in New Issue
Block a user