summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-input-libinput
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-07-15 20:11:43 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-18 12:24:17 +0200
commit7697638c09e462b5ac3b006a464958547d6d0a57 (patch)
tree0178f5a2bb0d4bd3225ef48430a0657b40c59bbb /package/x11r7/xdriver_xf86-input-libinput
parentc7845548d89b644672f22ffca3e15f6682f6d56d (diff)
downloadbuildroot-7697638c09e462b5ac3b006a464958547d6d0a57.tar.gz
buildroot-7697638c09e462b5ac3b006a464958547d6d0a57.zip
package/libinput: bump version to 0.19.0, add locale dependency
Since 2015-04-22 libinput needs locale support: http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc This patch adds the needed dependency also to weston and xdriver_xf86-input-libinput. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x11r7/xdriver_xf86-input-libinput')
-rw-r--r--package/x11r7/xdriver_xf86-input-libinput/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/x11r7/xdriver_xf86-input-libinput/Config.in b/package/x11r7/xdriver_xf86-input-libinput/Config.in
index cc878b6e1c..69697ed046 100644
--- a/package/x11r7/xdriver_xf86-input-libinput/Config.in
+++ b/package/x11r7/xdriver_xf86-input-libinput/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
bool "xf86-input-libinput"
+ depends on BR2_ENABLE_LOCALE # libinput
depends on BR2_PACKAGE_HAS_UDEV # libinput
select BR2_PACKAGE_LIBINPUT
select BR2_PACKAGE_XPROTO_INPUTPROTO
@@ -9,5 +10,5 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
libinput, so while it does provide all features that libinput supports
it does little beyond.
-comment "xf86-input-libinput requires udev to be enabled"
- depends on !BR2_PACKAGE_HAS_UDEV
+comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale"
+ depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
OpenPOWER on IntegriCloud