meson: Bump meson requirement to 0.50.0

We've been using configure_file's `install` property for some time now, but this
has been officially supported and works as expected only since meson 0.50, so,
bump version to avoid warnings and ensure the behavior is the one we want.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/585
This commit is contained in:
Marco Trevisan (Treviño) 2019-05-21 12:23:42 -05:00
parent ea0a89bde8
commit 62de4b4f82

View File

@ -1,6 +1,6 @@
project('mutter', 'c',
version: '3.33.1',
meson_version: '>= 0.48.0',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)