commit | 123dde15d8c796bc439d8081933eabb5b1ac42ec | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 09:51:16 2023 +0800 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Mon Aug 28 21:11:41 2023 +0000 |
tree | 94936d396201b29a1d1709a2239fec79338ee0b5 | |
parent | 1e9a5f1a2192e21c3051f75420f64a69bfb08362 [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: I2468f7c524e8e0596e3e1feef0c38c9f83b91313
diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options