The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libinput / Config.in
1 config BR2_PACKAGE_LIBINPUT
2         bool "libinput"
3         depends on BR2_PACKAGE_HAS_UDEV
4         select BR2_PACKAGE_LIBEVDEV
5         select BR2_PACKAGE_MTDEV
6         help
7           libinput is a library to handle input devices in Wayland
8           compositors and to provide a generic X.Org input driver.
9           It provides device detection, device handling, input device
10           event processing and abstraction so minimize the amount of
11           custom input code compositors need to provide the common
12           set of functionality that users expect.
13
14           http://freedesktop.org/wiki/Software/libinput/
15
16 comment "libinput needs udev /dev management"
17         depends on !BR2_PACKAGE_HAS_UDEV