62e7cbc1de
The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
|
|
bool "xf86-input-libinput"
|
|
depends on BR2_ENABLE_LOCALE # libinput
|
|
depends on BR2_PACKAGE_HAS_UDEV # libinput
|
|
select BR2_PACKAGE_LIBINPUT
|
|
select BR2_PACKAGE_XORGPROTO
|
|
help
|
|
This is an X driver based on libinput. It is a thin wrapper
|
|
around libinput, so while it does provide all features that
|
|
libinput supports it does little beyond.
|
|
|
|
comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale"
|
|
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
|