mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 15:37:00 -05:00
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:
parent
ea0a89bde8
commit
62de4b4f82
@ -1,6 +1,6 @@
|
||||
project('mutter', 'c',
|
||||
version: '3.33.1',
|
||||
meson_version: '>= 0.48.0',
|
||||
meson_version: '>= 0.50.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user