From 128710caab3e7521384c4c82df031702f1728af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 15 Mar 2025 20:56:17 +0100 Subject: [PATCH] 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: --- meson_options.txt => meson.options | 0 subprojects/gst-devtools/{meson_options.txt => meson.options} | 0 .../markdown/installing/building-from-source-using-meson.md | 2 +- subprojects/gst-docs/{meson_options.txt => meson.options} | 0 .../gst-editing-services/{meson_options.txt => meson.options} | 0 subprojects/gst-examples/{meson_options.txt => meson.options} | 0 subprojects/gst-libav/{meson_options.txt => meson.options} | 0 .../gst-plugins-bad/{meson_options.txt => meson.options} | 0 .../gst-plugins-base/{meson_options.txt => meson.options} | 0 .../gst-plugins-good/{meson_options.txt => meson.options} | 0 .../gst-plugins-ugly/{meson_options.txt => meson.options} | 0 subprojects/gst-python/{meson_options.txt => meson.options} | 0 .../gst-rtsp-server/{meson_options.txt => meson.options} | 0 .../gstreamer-sharp/{meson_options.txt => meson.options} | 0 .../gstreamer-vaapi/{meson_options.txt => meson.options} | 0 subprojects/gstreamer/{meson_options.txt => meson.options} | 0 16 files changed, 1 insertion(+), 1 deletion(-) rename meson_options.txt => meson.options (100%) rename subprojects/gst-devtools/{meson_options.txt => meson.options} (100%) rename subprojects/gst-docs/{meson_options.txt => meson.options} (100%) rename subprojects/gst-editing-services/{meson_options.txt => meson.options} (100%) rename subprojects/gst-examples/{meson_options.txt => meson.options} (100%) rename subprojects/gst-libav/{meson_options.txt => meson.options} (100%) rename subprojects/gst-plugins-bad/{meson_options.txt => meson.options} (100%) rename subprojects/gst-plugins-base/{meson_options.txt => meson.options} (100%) rename subprojects/gst-plugins-good/{meson_options.txt => meson.options} (100%) rename subprojects/gst-plugins-ugly/{meson_options.txt => meson.options} (100%) rename subprojects/gst-python/{meson_options.txt => meson.options} (100%) rename subprojects/gst-rtsp-server/{meson_options.txt => meson.options} (100%) rename subprojects/gstreamer-sharp/{meson_options.txt => meson.options} (100%) rename subprojects/gstreamer-vaapi/{meson_options.txt => meson.options} (100%) rename subprojects/gstreamer/{meson_options.txt => meson.options} (100%) diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options diff --git a/subprojects/gst-devtools/meson_options.txt b/subprojects/gst-devtools/meson.options similarity index 100% rename from subprojects/gst-devtools/meson_options.txt rename to subprojects/gst-devtools/meson.options diff --git a/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md b/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md index 47d450bc3e..8485a0414f 100644 --- a/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md +++ b/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md @@ -328,7 +328,7 @@ rust plugins in `gst-build` (`rs` option), you would do: meson -Drs=disabled ``` -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. These do not include all the standard Meson options however. diff --git a/subprojects/gst-docs/meson_options.txt b/subprojects/gst-docs/meson.options similarity index 100% rename from subprojects/gst-docs/meson_options.txt rename to subprojects/gst-docs/meson.options diff --git a/subprojects/gst-editing-services/meson_options.txt b/subprojects/gst-editing-services/meson.options similarity index 100% rename from subprojects/gst-editing-services/meson_options.txt rename to subprojects/gst-editing-services/meson.options diff --git a/subprojects/gst-examples/meson_options.txt b/subprojects/gst-examples/meson.options similarity index 100% rename from subprojects/gst-examples/meson_options.txt rename to subprojects/gst-examples/meson.options diff --git a/subprojects/gst-libav/meson_options.txt b/subprojects/gst-libav/meson.options similarity index 100% rename from subprojects/gst-libav/meson_options.txt rename to subprojects/gst-libav/meson.options diff --git a/subprojects/gst-plugins-bad/meson_options.txt b/subprojects/gst-plugins-bad/meson.options similarity index 100% rename from subprojects/gst-plugins-bad/meson_options.txt rename to subprojects/gst-plugins-bad/meson.options diff --git a/subprojects/gst-plugins-base/meson_options.txt b/subprojects/gst-plugins-base/meson.options similarity index 100% rename from subprojects/gst-plugins-base/meson_options.txt rename to subprojects/gst-plugins-base/meson.options diff --git a/subprojects/gst-plugins-good/meson_options.txt b/subprojects/gst-plugins-good/meson.options similarity index 100% rename from subprojects/gst-plugins-good/meson_options.txt rename to subprojects/gst-plugins-good/meson.options diff --git a/subprojects/gst-plugins-ugly/meson_options.txt b/subprojects/gst-plugins-ugly/meson.options similarity index 100% rename from subprojects/gst-plugins-ugly/meson_options.txt rename to subprojects/gst-plugins-ugly/meson.options diff --git a/subprojects/gst-python/meson_options.txt b/subprojects/gst-python/meson.options similarity index 100% rename from subprojects/gst-python/meson_options.txt rename to subprojects/gst-python/meson.options diff --git a/subprojects/gst-rtsp-server/meson_options.txt b/subprojects/gst-rtsp-server/meson.options similarity index 100% rename from subprojects/gst-rtsp-server/meson_options.txt rename to subprojects/gst-rtsp-server/meson.options diff --git a/subprojects/gstreamer-sharp/meson_options.txt b/subprojects/gstreamer-sharp/meson.options similarity index 100% rename from subprojects/gstreamer-sharp/meson_options.txt rename to subprojects/gstreamer-sharp/meson.options diff --git a/subprojects/gstreamer-vaapi/meson_options.txt b/subprojects/gstreamer-vaapi/meson.options similarity index 100% rename from subprojects/gstreamer-vaapi/meson_options.txt rename to subprojects/gstreamer-vaapi/meson.options diff --git a/subprojects/gstreamer/meson_options.txt b/subprojects/gstreamer/meson.options similarity index 100% rename from subprojects/gstreamer/meson_options.txt rename to subprojects/gstreamer/meson.options