python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / x11r7 / xdriver_xf86-input-libinput / Config.in
blob69697ed0466e473eba8439aac4218c961a4c6151
1 config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
2         bool "xf86-input-libinput"
3         depends on BR2_ENABLE_LOCALE # libinput
4         depends on BR2_PACKAGE_HAS_UDEV # libinput
5         select BR2_PACKAGE_LIBINPUT
6         select BR2_PACKAGE_XPROTO_INPUTPROTO
7         select BR2_PACKAGE_XPROTO_XPROTO
8         help
9           This is an X driver based on libinput. It is a thin wrapper around
10           libinput, so while it does provide all features that libinput supports
11           it does little beyond.
13 comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale"
14         depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE