commit | 4226d7a064a61ef677f7c94b07831f793a0558ea | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:58:02 2023 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Nov 01 08:20:55 2023 +0000 |
tree | 9fd6163daf79a70b55c5bd7865ca10a7b6a4b5e8 | |
parent | 84b1cf6037adfd321370e84fa649121df813ca3d [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 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ifb0b2ae9b4d7ca6bc73b425385dbd0bfe1d4b43d
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options