commit | ef6bad1b99ed5e6c1c61e80447b96417c4a92a40 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:10:02 2023 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Sat Sep 09 00:12:14 2023 +0000 |
tree | 4e0f90988391f7bb9c9b55e23cceea5fc21b4d0c | |
parent | 46d7ea4cebb24283a98b29f00012e36ce367f52b [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 Change-Id: I2fb67c671fe64a600edbed1ebc40fc6ae6d7ab96 Signed-off-by: George Liu <liuxiwei@inspur.com>