commit | 7a771c1a9d844e4b549467f463dfed184fc5b185 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:15:40 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:15:40 2023 +0800 |
tree | 8c71d913d5e58bd37274343e6434f6a927d18cc1 | |
parent | b1dc2b219e5b5aa9ef134ac79e20399e75a9f355 [diff] |
meson_options.txt: Support for reading options from meson.options Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using the .txt extension for a build file has a few advantages, chief among them many tools and text editors expect a file with the .txt extension to be plain text files, not build scripts. [1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions Change-Id: I7bb35aafbf5231f4c0bfeed509c0d3aaa47be7ca Signed-off-by: George Liu <liuxiwei@inspur.com>
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options