commit | 524e5a6e0812d2d5a95b9a5143831144b3f470ed | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Apr 03 09:43:35 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Apr 03 11:17:32 2024 +0800 |
tree | 2ad24198b6c136628021efad9b2b8ada4fb18db6 | |
parent | a7e511639618403015a6285f6d679a194c80e85f [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: I3a73fa659f862aafd8e4a9d98e45d1534b7ab740 Signed-off-by: George Liu <liuxiwei@ieisystem.com>