From be092c252e180d2c7e1fc6639d9ebc56aac80fd1 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 14 Dec 2022 11:35:25 -0800 Subject: docs: replace most uses of `meson_options.txt` with `meson.options` I've left the old release notes in place, but updated everything else to use `meson.options` --- docs/markdown/Build-options.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/markdown/Build-options.md') diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index e8785f948..af4a58a1b 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -7,8 +7,9 @@ short-description: Build options to configure project properties Most non-trivial builds require user-settable options. As an example a program may have two different data backends that are selectable at build time. Meson provides for this by having a option definition -file. Its name is `meson_options.txt` and it is placed at the root of -your source tree. +file. Its name is `meson.options` and it is placed at the root of +your source tree. For versions of meson before 1.1, this file was called +`meson_options.txt`. Here is a simple option file. -- cgit v1.2.3