package/x11r7/xdriver_xf86-input-synaptics: depends on libevdev
Fixes http://autobuild.buildroot.net/results/05e/05ecfaf591e85a20071875ecd18068762193defa/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
aab10cedec
commit
227ae6888f
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS
|
||||
bool "xf86-input-synaptics"
|
||||
select BR2_PACKAGE_LIBEVDEV
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -9,6 +9,6 @@ XDRIVER_XF86_INPUT_SYNAPTICS_SOURCE = xf86-input-synaptics-$(XDRIVER_XF86_INPUT_
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE = MIT
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto mtdev
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = libevdev xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto mtdev
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user