summaryrefslogtreecommitdiffstats
path: root/package/exempi/Config.in
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-01-16 22:46:18 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-20 21:54:22 +0100
commitca73191cf22e404175726c5f2ad4d450b4c7c3f7 (patch)
tree9a0ddd3cbcc180baa3eebbff7b79e7b43c752e36 /package/exempi/Config.in
parentc80789c9171c86dd4a75718eb3f4c0cd75c0dead (diff)
downloadbuildroot-ca73191cf22e404175726c5f2ad4d450b4c7c3f7.tar.gz
buildroot-ca73191cf22e404175726c5f2ad4d450b4c7c3f7.zip
exempi: fix libiconv dependency
Fixes: - http://autobuild.buildroot.org/results/a77a891683ae9a135dc31be1b419061922d0e1ba Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/exempi/Config.in')
-rw-r--r--package/exempi/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/exempi/Config.in b/package/exempi/Config.in
index ed71e0fb12..c9af219a20 100644
--- a/package/exempi/Config.in
+++ b/package/exempi/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_EXEMPI
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_EXPAT
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_ZLIB
help
Exempi is an implementation of XMP (Extensible Metadata
OpenPOWER on IntegriCloud