From 3e00a88e199741dc59828c47c602a45ea5448cbf Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 13 Jun 2024 04:48:23 -0500 Subject: [PATCH] build: Rename meson_options.txt to meson.options The new name is a bit cleaner and is supported by all versions of Meson that we support. --- docs/CODEOWNERS | 2 +- meson_options.txt => meson.options | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meson_options.txt => meson.options (100%) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 69e9e85f0..37f19314d 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -27,7 +27,7 @@ # Build system meson.build @xclaesse @nirbheek @pwithnall -meson_options.txt @xclaesse @nirbheek @pwithnall +meson.options @xclaesse @nirbheek @pwithnall subprojects/ @xclaesse @nirbheek @pwithnall # CI integration diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options