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