diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-31 19:11:11 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-04-11 16:45:37 +0200 |
commit | b5a8bd5fe3c5a66ce54796f45dafc7a9e68a895f (patch) | |
tree | 542684b8c6a41caa96cb7dcfb5b192f96f857936 /gdk/meson.build | |
parent | 2445f46e01d2bb20ec407176020fba3c85297700 (diff) | |
download | gtk+-b5a8bd5fe3c5a66ce54796f45dafc7a9e68a895f.tar.gz |
meson: Don't depend on meson 0.50
The install arg doesn't add anything here anyway.
Diffstat (limited to 'gdk/meson.build')
-rw-r--r-- | gdk/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/meson.build b/gdk/meson.build index fd43415cbd..45e4e96732 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -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() |