commit | 4549fb052f8d1948eb77fdbd0307b8c4ff57a69b | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:02:08 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:02:08 2023 +0800 |
tree | 09e6fe21fcdfa2c122fb6d6c4d4a58716e593db7 | |
parent | f1ed4796e79756287c668f4b269fd1fddbcd8ab6 [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: Icf7286351b49c526d02327e3a2d72c40b5f9a960