summaryrefslogtreecommitdiff
path: root/package/glibc/Config.in.manual
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:00:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:02:33 +0200
commit0f1ef5c7850016d526422ab3bb1368e5d30d0cbe (patch)
treeaf62926c396460c6791163c29624df88d7f9096a /package/glibc/Config.in.manual
parentb690cd4daaab33dd093c0f4e2e6f314a305a89ec (diff)
add gconv subpackage, useful for xbmc
Diffstat (limited to 'package/glibc/Config.in.manual')
-rw-r--r--package/glibc/Config.in.manual9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/glibc/Config.in.manual b/package/glibc/Config.in.manual
index 5e5bd1dcc..e124f5bee 100644
--- a/package/glibc/Config.in.manual
+++ b/package/glibc/Config.in.manual
@@ -7,3 +7,12 @@ config ADK_PACKAGE_GLIBC
select ADK_PACKAGE_TZDATA
help
GNU C library.
+
+config ADK_PACKAGE_GLIBC_GCONV
+ prompt "glibc-gconv.............. gconv libraries"
+ bool
+ default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY
+ default n
+ depends on ADK_TARGET_LIB_GLIBC
+ help
+ gconv libraries, required for iconv_open.