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