meson: Don't depend on meson 0.50

The install arg doesn't add anything here anyway.
This commit is contained in:
Christoph Reiter
2019-03-31 19:11:11 +02:00
committed by Christoph Reiter
parent 2445f46e01
commit b5a8bd5fe3

View File

@ -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()