qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] Use meson_options.txt in the configure script


From: Thomas Huth
Subject: [PATCH 0/3] Use meson_options.txt in the configure script
Date: Sun, 29 Aug 2021 19:32:07 +0200

It's cumbersome to maintain the build options twice, one time in the
configure script and one time in meson_options.txt. Thus let's add some
logic to the configure script to look at the meson_options.txt file
instead of handling every option twice.

Thomas Huth (3):
  configure: Add the possibility to read options from meson_options.txt
  configure: Remove options that can be handled via meson_options.txt
    instead
  configure: Get help text from meson_options.txt

 configure         | 429 ++++++----------------------------------------
 meson_options.txt |   2 +-
 2 files changed, 53 insertions(+), 378 deletions(-)

-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]