summaryrefslogtreecommitdiffstats
path: root/package/libiconv/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* iconv: disallow selection when BR2_ENABLE_LOCALE is enabledThomas Petazzoni2010-05-201-0/+1
| | | | | | | | | | | | | A C library compiled with locale support already has an iconv() implementation. In that case, libiconv is useless. Therefore, disallow the selection of libiconv when the configuration says that the toolchain has locale support. This fixes build issues similar to the one we had with gettext: libiconv headers are installed, but -liconv is not added because the ./configure script detects that the C library supports iconv. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* add libiconv and framework for vlcJohn Voltz2008-04-241-0/+7