commit | d1a35410e9ae0e17d00c16b07410f76565dd1dcc | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:55:18 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:55:18 2023 +0800 |
tree | 4b19fcb724949d36931fe1c84d8c4fdb801363fb | |
parent | c78e23d6a61c863a57a516e6cbc197b59260c723 [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: Ic9e17bdb9faf8c36b0451a9f19deba1d3f38cb9b
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options