commit | 0522592f862674381e1f1ac6448edb1b8b98922a | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:57:23 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:57:23 2023 +0800 |
tree | 45923f2d4b9fdff84f3b362287ecb8a3455d7466 | |
parent | 42c2b56851c12ddc4cea22226ce5d628c02cdd7c [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: If8cb9035eae5ef9008c0d13488817f2143920f02