All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] configure / meson: Move check for headers to meson.build
@ 2020-11-18 17:10 Thomas Huth
  2020-11-18 17:10 ` [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h Thomas Huth
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Thomas Huth @ 2020-11-18 17:10 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini; +Cc: Laurent Vivier

The checks for header files can be done much shorter and nicer in
meson.build. Let's move them there. 

Thomas Huth (6):
  configure: Remove the obsolete check for ifaddrs.h
  configure / meson: Move check for pty.h to meson.build
  configure / meson: Move check for drm.h to meson.build
  configure / meson: Move check for sys/signal.h to meson.build
  configure / meson: Move check for sys/signal.h to meson.build
  configure / meson: Move check for linux/btrfs.h to meson.build

 configure                 | 58 ---------------------------------------
 linux-user/ioctls.h       |  2 +-
 linux-user/syscall.c      |  4 +--
 linux-user/syscall_defs.h |  2 +-
 meson.build               |  5 ++++
 5 files changed, 9 insertions(+), 62 deletions(-)

-- 
2.18.4



^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-12-13 18:04 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 17:10 [PATCH 0/6] configure / meson: Move check for headers to meson.build Thomas Huth
2020-11-18 17:10 ` [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h Thomas Huth
2020-11-20  0:06   ` Richard Henderson
2020-12-13 17:56   ` Laurent Vivier
2020-11-18 17:10 ` [PATCH 2/6] configure / meson: Move check for pty.h to meson.build Thomas Huth
2020-11-18 18:15   ` Philippe Mathieu-Daudé
2020-11-20  0:09   ` Richard Henderson
2020-12-13 17:57   ` Laurent Vivier
2020-11-18 17:10 ` [PATCH 3/6] configure / meson: Move check for drm.h " Thomas Huth
2020-11-18 18:15   ` Philippe Mathieu-Daudé
2020-11-20  0:09   ` Richard Henderson
2020-12-13 17:58   ` Laurent Vivier
2020-11-18 17:10 ` [PATCH 4/6] configure / meson: Move check for sys/signal.h " Thomas Huth
2020-11-18 18:16   ` Philippe Mathieu-Daudé
2020-11-20  0:10   ` Richard Henderson
2020-12-13 17:59   ` Laurent Vivier
2020-11-18 17:10 ` [PATCH 5/6] " Thomas Huth
2020-11-18 17:27   ` Eric Blake
2020-11-18 18:19     ` Philippe Mathieu-Daudé
2020-11-20  0:11   ` Richard Henderson
2020-12-13 18:01   ` Laurent Vivier
2020-11-18 17:10 ` [PATCH 6/6] configure / meson: Move check for linux/btrfs.h " Thomas Huth
2020-11-18 18:18   ` Philippe Mathieu-Daudé
2020-11-20  0:12   ` Richard Henderson
2020-12-13 18:02   ` Laurent Vivier
2020-11-18 17:20 ` [PATCH 0/6] configure / meson: Move check for headers " Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.