build: Rename meson_options.txt to meson.options
The name is a bit cleaner, and has been the preferred option(!) since meson 1.1. Mutter recently updated the name, so follow suite. The meson version bump shouldn't be an issue, given that several hard dependencies like mutter and glib already require higher versions. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3515>
This commit is contained in:
parent
5b26b75137
commit
bf848a629a
@ -1,6 +1,6 @@
|
|||||||
project('gnome-shell', 'c',
|
project('gnome-shell', 'c',
|
||||||
version: '47.0',
|
version: '47.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 1.1.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user