commit | 98b7c410d8ecdad7a88787fd8617bda42a88b37e | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:43:41 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:43:41 2023 +0800 |
tree | c5ee1e8ac0013aca2d0ec1afb67ff5b13e4fd24a | |
parent | 440d84d4fec389bca0610b39eadd89f824d9e6a6 [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: I9afbcdacb8d77eed50119c015d71a6cdf0518d2b
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options