commit | f7c07c9553c5088b9a346e838183836212df2b6c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:04:31 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 10:04:31 2023 +0800 |
tree | 7cae55d5ca095ecdf6fa28a76415001ed44c5d8c | |
parent | 796f06dc6f0e8161ee9ecf085443c1ae0dc45216 [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: I4f13d242e2f20afc0a303b4b7c3b18369ddd78ec
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options