xref: /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-input-libinput/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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