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',
|
input : 'gdkconfig.h.meson',
|
||||||
output : 'gdkconfig.h',
|
output : 'gdkconfig.h',
|
||||||
configuration : gdkconfig_cdata,
|
configuration : gdkconfig_cdata,
|
||||||
install_dir: join_paths(gtk_includedir, 'gtk-3.0/gdk'),
|
install_dir: join_paths(gtk_includedir, 'gtk-3.0/gdk'))
|
||||||
install : true)
|
|
||||||
|
|
||||||
|
|
||||||
gdkversion_cdata = configuration_data()
|
gdkversion_cdata = configuration_data()
|
||||||
|
|||||||
Reference in New Issue
Block a user