summaryrefslogtreecommitdiffstats
path: root/package/libinput/Config.in
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/libinput/Config.in
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/libinput/Config.in')
-rw-r--r--package/libinput/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libinput/Config.in b/package/libinput/Config.in
index 14e4e70f96..f7793df84f 100644
--- a/package/libinput/Config.in
+++ b/package/libinput/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBINPUT
bool "libinput"
+ depends on BR2_ENABLE_LOCALE
depends on BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_LIBEVDEV
select BR2_PACKAGE_MTDEV
@@ -13,5 +14,5 @@ config BR2_PACKAGE_LIBINPUT
http://freedesktop.org/wiki/Software/libinput/
-comment "libinput needs udev /dev management"
- depends on !BR2_PACKAGE_HAS_UDEV
+comment "libinput needs udev /dev management and a toolchain w/ locale"
+ depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
OpenPOWER on IntegriCloud