commit | cbdc272356e9b37dd060d041da8ca9654531999d | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:12:55 2023 +0800 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Thu Aug 17 12:06:01 2023 +0000 |
tree | d65599c583cb83b56e6af2897be605f69cbb65ec | |
parent | 98e703f0da5813caa1e40fe217f048e3815dc7a3 [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: I5f018fbf230cea3a593a87cad83822e944bfaaf2 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