summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2019-05-21 12:23:42 -0500
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2019-05-21 12:36:13 -0500
commit62de4b4f82a6b5dadc07a04fe3558f1c0111fbdb (patch)
tree78dc91898ea91653045de8141e983ff41042b3d1 /meson.build
parentea0a89bde870c1502d4e066469e262abff3d20c4 (diff)
downloadmutter-62de4b4f82a6b5dadc07a04fe3558f1c0111fbdb.tar.gz
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
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9d600377f..0c57cb6b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('mutter', 'c',
version: '3.33.1',
- meson_version: '>= 0.48.0',
+ meson_version: '>= 0.50.0',
license: 'GPLv2+'
)