mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
4d80cbdf6c
commit
d3e3dd67e7
@ -2,6 +2,7 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
|
|||||||
bool "xf86-input-evdev"
|
bool "xf86-input-evdev"
|
||||||
depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
|
depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
|
||||||
select BR2_PACKAGE_LIBEVDEV
|
select BR2_PACKAGE_LIBEVDEV
|
||||||
|
select BR2_PACKAGE_MTDEV
|
||||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||||
select BR2_PACKAGE_XPROTO_XPROTO
|
select BR2_PACKAGE_XPROTO_XPROTO
|
||||||
|
@ -12,11 +12,11 @@ XDRIVER_XF86_INPUT_EVDEV_LICENSE_FILES = COPYING
|
|||||||
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = \
|
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = \
|
||||||
host-pkgconf \
|
host-pkgconf \
|
||||||
libevdev \
|
libevdev \
|
||||||
|
mtdev \
|
||||||
xproto_inputproto \
|
xproto_inputproto \
|
||||||
xserver_xorg-server \
|
xserver_xorg-server \
|
||||||
xproto_randrproto \
|
xproto_randrproto \
|
||||||
xproto_xproto \
|
xproto_xproto \
|
||||||
udev \
|
udev
|
||||||
$(if $(BR2_PACKAGE_MTDEV),mtdev)
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user