meson: rename meson_options.txt to meson.options

Which is supported since Meson 1.1:
https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8651>
This commit is contained in:
Tim-Philipp Müller 2025-03-15 20:56:17 +01:00
parent fcf9f9ea06
commit 128710caab
16 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ rust plugins in `gst-build` (`rs` option), you would do:
meson -Drs=disabled <build-directory> meson -Drs=disabled <build-directory>
``` ```
You can also peek at the `meson_options.txt` files and `subproject/xyz/meson_options.txt` You can also peek at the `meson.options` files and `subproject/xyz/meson.options`
files which is where the various project specific build options are listed. files which is where the various project specific build options are listed.
These do not include all the standard Meson options however. These do not include all the standard Meson options however.