summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-input-evdev/Config.in
blob: 6ec14bfe8d94b060cb708de98677cf65c24132de (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
	bool "xf86-input-evdev"
	depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
	select BR2_PACKAGE_XPROTO_INPUTPROTO
	select BR2_PACKAGE_XPROTO_RANDRPROTO
	select BR2_PACKAGE_XPROTO_XPROTO
	help
	  Generic Linux input driver

comment "xf86-input-evdev requires udev to be enabled"
	depends on !BR2_PACKAGE_HAS_UDEV
OpenPOWER on IntegriCloud