commit | 472df7ed943c0583e4b4cb888a01231795bd3dbe | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:01:12 2023 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Nov 01 01:55:02 2023 +0000 |
tree | 4220bfcd8f17ffa9e8b8babc37a458954653fb12 | |
parent | f123ac407145b38dbf1c4f50249babeddc3051b4 [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: Id74916d97343fde133025aaf562de98de84780ee 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