xref: /OK3568_Linux_fs/buildroot/package/libinput/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBINPUT
2	bool "libinput"
3	depends on BR2_PACKAGE_HAS_UDEV
4	select BR2_PACKAGE_LIBEVDEV
5	select BR2_PACKAGE_MTDEV
6	help
7	  libinput is a library to handle input devices in Wayland
8	  compositors and to provide a generic X.Org input driver.
9	  It provides device detection, device handling, input device
10	  event processing and abstraction so minimize the amount of
11	  custom input code compositors need to provide the common
12	  set of functionality that users expect.
13
14	  http://freedesktop.org/wiki/Software/libinput/
15
16comment "libinput needs udev /dev management"
17	depends on !BR2_PACKAGE_HAS_UDEV
18