qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v2 00/17] convert more library and compiler checks to Meson


From: Paolo Bonzini
Subject: [PATCH v2 00/17] convert more library and compiler checks to Meson
Date: Mon, 5 Jul 2021 18:00:01 +0200

Rebased and retested.

v1->v2: drop support for vte-2.90, clarify the order in which
        compiler tests are kept

Paolo Bonzini (17):
  configure: drop vte-2.90 check
  configure, meson: convert vte detection to meson
  configure, meson: convert virgl detection to meson
  configure, meson: convert libdaxctl detection to meson
  configure, meson: convert libpmem detection to meson
  configure, meson: convert liburing detection to meson
  configure, meson: convert libxml2 detection to meson
  meson: sort existing compiler tests
  meson: store dependency('threads') in a variable
  configure, meson: move CONFIG_IVSHMEM to meson
  configure: convert HAVE_BROKEN_SIZE_MAX to meson
  configure: convert compiler tests to meson, part 1
  configure: convert compiler tests to meson, part 2
  configure: convert compiler tests to meson, part 3
  configure: convert compiler tests to meson, part 4
  configure: convert compiler tests to meson, part 5
  configure: convert compiler tests to meson, part 6

 configure              | 1013 +---------------------------------------
 docs/devel/kconfig.rst |    2 +-
 hw/display/meson.build |    6 +-
 meson.build            |  215 +++++++--
 meson_options.txt      |   12 +
 util/meson.build       |    5 +-
 6 files changed, 220 insertions(+), 1033 deletions(-)

-- 
2.31.1




reply via email to

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