automake,meson: Remove HAVE_LIBUDEV define.
CONFIG_UDEV and CONFIG_UDEV_KMS are the actual defines that are used in the C code. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7deaf99007
commit
708ddfbda1
|
@ -859,7 +859,6 @@ fi
|
||||||
PKG_CHECK_MODULES(UDEV, $LIBUDEV, [HAVE_LIBUDEV=yes], [HAVE_LIBUDEV=no])
|
PKG_CHECK_MODULES(UDEV, $LIBUDEV, [HAVE_LIBUDEV=yes], [HAVE_LIBUDEV=no])
|
||||||
if test "x$CONFIG_UDEV" = xauto; then
|
if test "x$CONFIG_UDEV" = xauto; then
|
||||||
CONFIG_UDEV="$HAVE_LIBUDEV"
|
CONFIG_UDEV="$HAVE_LIBUDEV"
|
||||||
AC_DEFINE(HAVE_LIBUDEV, 1, [Define to 1 if libudev is available.])
|
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(CONFIG_UDEV, [test "x$CONFIG_UDEV" = xyes])
|
AM_CONDITIONAL(CONFIG_UDEV, [test "x$CONFIG_UDEV" = xyes])
|
||||||
if test "x$CONFIG_UDEV" = xyes; then
|
if test "x$CONFIG_UDEV" = xyes; then
|
||||||
|
|
|
@ -61,7 +61,6 @@ conf_data.set('HAVE_INPUTTHREAD', '1') # XXX
|
||||||
conf_data.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', '1') # XXX
|
conf_data.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', '1') # XXX
|
||||||
conf_data.set('HAVE_LIBBSD', libbsd_dep.found())
|
conf_data.set('HAVE_LIBBSD', libbsd_dep.found())
|
||||||
# XXX: HAVE_SYSTEMD_DAEMON
|
# XXX: HAVE_SYSTEMD_DAEMON
|
||||||
# XXX: HAVE_LIBUDEV
|
|
||||||
conf_data.set('CONFIG_UDEV', build_udev)
|
conf_data.set('CONFIG_UDEV', build_udev)
|
||||||
conf_data.set('CONFIG_UDEV_KMS', build_udev)
|
conf_data.set('CONFIG_UDEV_KMS', build_udev)
|
||||||
conf_data.set('HAVE_DBUS', build_dbus)
|
conf_data.set('HAVE_DBUS', build_dbus)
|
||||||
|
|
Loading…
Reference in New Issue