mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
build: Bump meson requirement
We need at least 0.60 to pass multiple arguments to `dependency()`. That release dates back to 2021, so should be uncontroversial. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3187>
This commit is contained in:
parent
adf12504c0
commit
45704a2b31
@ -1,6 +1,6 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '45.beta.1',
|
version: '45.beta.1',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.60.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user