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:
Florian Müllner 2024-10-18 17:22:04 +02:00
parent 5b26b75137
commit bf848a629a
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('gnome-shell', 'c',
version: '47.0',
meson_version: '>= 0.58.0',
meson_version: '>= 1.1.0',
license: 'GPLv2+'
)