1 config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
2 bool "xf86-input-libinput"
3 depends on BR2_ENABLE_LOCALE # libinput
4 depends on BR2_PACKAGE_HAS_UDEV # libinput
5 select BR2_PACKAGE_LIBINPUT
6 select BR2_PACKAGE_XPROTO_INPUTPROTO
7 select BR2_PACKAGE_XPROTO_XPROTO
9 This is an X driver based on libinput. It is a thin wrapper around
10 libinput, so while it does provide all features that libinput supports
11 it does little beyond.
13 comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale"
14 depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE