diff options
| author | Romain Naour <romain.naour@gmail.com> | 2016-08-05 00:10:26 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-05 21:06:56 +0200 |
| commit | 885a1c4b2554c5f6354ecf0f36f298682a641300 (patch) | |
| tree | 601a8f566dbd0e004d09999b4ab3cf074ba8d831 /package/libuio | |
| parent | bdc5dea65f845cc95b2f4fc86c57328113ece28d (diff) | |
| download | buildroot-885a1c4b2554c5f6354ecf0f36f298682a641300.tar.gz buildroot-885a1c4b2554c5f6354ecf0f36f298682a641300.zip | |
package/libuio: select gettext when BR2_NEEDS_GETTEXT_IF_LOCALE is set
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>
Diffstat (limited to 'package/libuio')
| -rw-r--r-- | package/libuio/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libuio/Config.in b/package/libuio/Config.in index 97be1e3d57..a96df54b12 100644 --- a/package/libuio/Config.in +++ b/package/libuio/Config.in @@ -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. |

