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-extensions/-/merge_requests/349>
(cherry picked from commit 1088435120)
This commit is contained in:
Florian Müllner
2024-10-18 17:29:27 +02:00
parent 099b2eeb49
commit 0bc77ef7c9
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
project('gnome-shell-extensions',
version: '47.0',
meson_version: '>= 0.58.0',
meson_version: '>= 1.1.0',
license: 'GPL2+'
)