[PATCH 0/6] configure / meson: Move check for headers to meson.build

Thomas Huth posted 6 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201118171052.308191-1-thuth@redhat.com
Maintainers: Laurent Vivier <laurent@vivier.eu>
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(-)
[PATCH 0/6] configure / meson: Move check for headers to meson.build
Posted by Thomas Huth 3 years, 5 months ago
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


Re: [PATCH 0/6] configure / meson: Move check for headers to meson.build
Posted by Paolo Bonzini 3 years, 5 months ago
On 18/11/20 18:10, Thomas Huth wrote:
> The checks for header files can be done much shorter and nicer in
> meson.build. Let's move them there.

Nice, thanks.  Let's route it through qemu-trivial unless Laurent complains.

Thanks,

Paolo

> 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(-)
>