package/libuio: select gettext when BR2_NEEDS_GETTEXT_IF_LOCALE is set
authorRomain Naour <romain.naour@gmail.com>
Thu, 4 Aug 2016 22:10:26 +0000 (00:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 5 Aug 2016 19:06:56 +0000 (21:06 +0200)
gettext is added to libuio dependency when BR2_NEEDS_GETTEXT_IF_LOCALE
is set without selecting it at Kconfig level.

Fixes:

  http://autobuild.buildroot.net/results/321688e16596086d1dad6f489d35edbb7fe7a955

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libuio/Config.in

index 97be1e3d57a3b1393d3dc033aeeaf65398d5a993..a96df54b12863ab17c8dfc38d8824ba20ad000a8 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBUIO
        bool "libuio"
        select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
+       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        help
          libuio is a light-weight C programming library to handle UIO
          (Userspace I/O) device discovery and binding task.