xref: /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-input-libinput/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
2*4882a593Smuzhiyun	bool "xf86-input-libinput"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_UDEV # libinput
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBINPUT
5*4882a593Smuzhiyun	select BR2_PACKAGE_XORGPROTO
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  This is an X driver based on libinput. It is a thin wrapper
8*4882a593Smuzhiyun	  around libinput, so while it does provide all features that
9*4882a593Smuzhiyun	  libinput supports it does little beyond.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "xf86-input-libinput needs udev /dev management"
12*4882a593Smuzhiyun	depends on !BR2_PACKAGE_HAS_UDEV
13