commit | 54e7a51f64578f773c063f5b97887dae3d99bf78 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:03:26 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:03:26 2023 +0800 |
tree | 09566a6addd67dfb17f933d982ec1238894a28ba | |
parent | 36e3c539df647d579f00f1cba6b482692a4ed634 [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: I82fefec49af420c862922ea2b73343a2daa3d246