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

Change-Id: I3a73fa659f862aafd8e4a9d98e45d1534b7ab740
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
1 file changed
tree: 2ad24198b6c136628021efad9b2b8ada4fb18db6
  1. src/
  2. test/
  3. .clang-format
  4. .gitignore
  5. LICENSE
  6. meson.build
  7. meson.options
  8. OWNERS