summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-11 17:31:24 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-12 13:52:22 +0100
commitd3e3dd67e79160504f4d220c05bcfc460873c9af (patch)
tree62b4065f48da03f39eee9897b7b319661b956cb2
parent4d80cbdf6c2c186da26f36575d6635604f00d29a (diff)
downloadbuildroot-d3e3dd67e79160504f4d220c05bcfc460873c9af.tar.gz
buildroot-d3e3dd67e79160504f4d220c05bcfc460873c9af.zip
driver_xf86-input-evdev: mtdev is mandatory now
mtdev is no longer optional, so select it and depend upon it, otherwise it leads to build failure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/x11r7/xdriver_xf86-input-evdev/Config.in1
-rw-r--r--package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk4
2 files changed, 3 insertions, 2 deletions
diff --git a/package/x11r7/xdriver_xf86-input-evdev/Config.in b/package/x11r7/xdriver_xf86-input-evdev/Config.in
index f44e79f8b5..70e950dc74 100644
--- a/package/x11r7/xdriver_xf86-input-evdev/Config.in
+++ b/package/x11r7/xdriver_xf86-input-evdev/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
bool "xf86-input-evdev"
depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
select BR2_PACKAGE_LIBEVDEV
+ select BR2_PACKAGE_MTDEV
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO
diff --git a/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk b/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk
index 1e90afa1fd..6f692aba09 100644
--- a/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk
+++ b/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk
@@ -12,11 +12,11 @@ XDRIVER_XF86_INPUT_EVDEV_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = \
host-pkgconf \
libevdev \
+ mtdev \
xproto_inputproto \
xserver_xorg-server \
xproto_randrproto \
xproto_xproto \
- udev \
- $(if $(BR2_PACKAGE_MTDEV),mtdev)
+ udev
$(eval $(autotools-package))
OpenPOWER on IntegriCloud