1 config BR2_PACKAGE_LIBINPUT
3 depends on BR2_ENABLE_LOCALE
4 depends on BR2_PACKAGE_HAS_UDEV
5 select BR2_PACKAGE_LIBEVDEV
6 select BR2_PACKAGE_MTDEV
8 libinput is a library to handle input devices in Wayland
9 compositors and to provide a generic X.Org input driver.
10 It provides device detection, device handling, input device
11 event processing and abstraction so minimize the amount of
12 custom input code compositors need to provide the common
13 set of functionality that users expect.
15 http://freedesktop.org/wiki/Software/libinput/
17 comment "libinput needs udev /dev management and a toolchain w/ locale"
18 depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE