commit | 97ee23bc075c4f354ed3e57eae3f8f5817aabd71 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:45:09 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:45:09 2023 +0800 |
tree | 5e1928758fba3e260a688867e2a3e8c3934cf4ed | |
parent | 5c2fb321f414019d0fb797c657523a2ee376d8dc [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: If6ffc2ce72b85ca881a34bc3094ab36802a7a398
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options