commit | ae7ae5b16ff7fe317744fefb5f57b8974553d71c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:58:29 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:58:29 2023 +0800 |
tree | 70d933efdc22deee410cf3bf169a72dad9127124 | |
parent | 24b8b4be970866666988e8993c1f51c317f6b8ef [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: I978909ddffdb49550bb4f265ff2bbfc96fec4fa6
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options