From d726e9a120fb3549b300136cb30fb9f09aa2f177 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 11 Dec 2025 23:46:15 +0100 Subject: [PATCH] Rename meson_options.txt to meson.options The former is the pre-Meson 1.1 version of defining build options, while the latter is the newer way. Now that we've started requiring a newer Meson version, we can move to this new form too. --- meson_options.txt => meson.options | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 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