commit | 24637e5f372a96445151f39852068db2ef0b604e | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:33:37 2023 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 23 14:49:04 2023 +0000 |
tree | 7c72dc3fef8e05800392cd3e0e50e8420d5b0470 | |
parent | 9046e63e51a23ed6f1a11d9b4d8e415233dd496a [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: Iab40a5275372ff7587688058491ac80578e99ee9