commit | 34cd6a1b96ad4a527408d9f694b739a6e38cf299 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:46:56 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:46:56 2023 +0800 |
tree | 8747d7cdc06336a84f013b203041a927bc20f1e3 | |
parent | a917d24ef6881426fa2a15a8fac89b5554a64c49 [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: I8322ecdc9a3482525adba74cbe94cd751180be48