mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
configure / meson: Move check for drm.h to meson.build
This check can be done in a much shorter way in meson.build Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201118171052.308191-4-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
2802d91d51
commit
2964be527a
2 changed files with 1 additions and 10 deletions
10
configure
vendored
10
configure
vendored
|
@ -3101,13 +3101,6 @@ EOF
|
|||
fi
|
||||
fi
|
||||
|
||||
#########################################
|
||||
# libdrm check
|
||||
have_drm_h=no
|
||||
if check_include "libdrm/drm.h" ; then
|
||||
have_drm_h=yes
|
||||
fi
|
||||
|
||||
#########################################
|
||||
# sys/signal.h check
|
||||
have_sys_signal_h=no
|
||||
|
@ -6205,9 +6198,6 @@ fi
|
|||
if test "$auth_pam" = "yes" ; then
|
||||
echo "CONFIG_AUTH_PAM=y" >> $config_host_mak
|
||||
fi
|
||||
if test "$have_drm_h" = "yes" ; then
|
||||
echo "HAVE_DRM_H=y" >> $config_host_mak
|
||||
fi
|
||||
if test "$have_broken_size_max" = "yes" ; then
|
||||
echo "HAVE_BROKEN_SIZE_MAX=y" >> $config_host_mak
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue