commit | 37f08cf9f5cdfa00492bf1a3f11669fd7b7d7e98 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:36:35 2023 +0800 |
committer | Chris Cain <cjcain@us.ibm.com> | Tue Oct 17 19:49:29 2023 +0000 |
tree | 2feb278854f7b711ea50826167a76bed37e2ae5d | |
parent | 50cfb702cb7ae8bb5de97cfd5d04bd5d3b7afffc [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: Ie393f07d0e239695672b85a5e4dc5eb9e64074c7