cc878b6e1c7d8bb72b10519ae6ef39bf731fd79a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-input-libinput / Config.in
1 config 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_XPROTO_INPUTPROTO
6         select BR2_PACKAGE_XPROTO_XPROTO
7         help
8           This is an X driver based on libinput. It is a thin wrapper around
9           libinput, so while it does provide all features that libinput supports
10           it does little beyond.
11
12 comment "xf86-input-libinput requires udev to be enabled"
13         depends on !BR2_PACKAGE_HAS_UDEV