diff options
Diffstat (limited to 'package/libinput/Config.in')
-rw-r--r-- | package/libinput/Config.in | 5 |
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 |