f44e79f8b5dbf2771334cee67af3aa6e6bdabb54
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-input-evdev / Config.in
1 config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
2         bool "xf86-input-evdev"
3         depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
4         select BR2_PACKAGE_LIBEVDEV
5         select BR2_PACKAGE_XPROTO_INPUTPROTO
6         select BR2_PACKAGE_XPROTO_RANDRPROTO
7         select BR2_PACKAGE_XPROTO_XPROTO
8         help
9           Generic Linux input driver
10
11 comment "xf86-input-evdev requires udev to be enabled"
12         depends on !BR2_PACKAGE_HAS_UDEV