meson: Don't depend on meson 0.50
The install arg doesn't add anything here anyway.
This commit is contained in:
committed by
Christoph Reiter
parent
2445f46e01
commit
b5a8bd5fe3
@ -169,8 +169,7 @@ gdkconfig = configure_file(
|
||||
input : 'gdkconfig.h.meson',
|
||||
output : 'gdkconfig.h',
|
||||
configuration : gdkconfig_cdata,
|
||||
install_dir: join_paths(gtk_includedir, 'gtk-3.0/gdk'),
|
||||
install : true)
|
||||
install_dir: join_paths(gtk_includedir, 'gtk-3.0/gdk'))
|
||||
|
||||
|
||||
gdkversion_cdata = configuration_data()
|
||||
|
||||
Reference in New Issue
Block a user