diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-05 13:24:23 +0200 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-05 13:24:23 +0200 |
| commit | 06d764401d2dc2f8cee15a0e8a2c68d31b6ad2d8 (patch) | |
| tree | f4570ee6b8241793def31a00b10005d992c0a7a3 /package/gettext | |
| parent | f40cb9cb5474ffe06bf05371593c6a9a8ef0d330 (diff) | |
| download | buildroot-novena-06d764401d2dc2f8cee15a0e8a2c68d31b6ad2d8.tar.gz buildroot-novena-06d764401d2dc2f8cee15a0e8a2c68d31b6ad2d8.zip | |
libintl: needs wchar like gettext
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gettext')
| -rw-r--r-- | package/gettext/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in index c1ae97f61..fabfe1ef7 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -27,6 +27,7 @@ config BR2_PACKAGE_GETTEXT_STATIC config BR2_PACKAGE_LIBINTL bool "libintl" depends on BR2_NEEDS_GETTEXT + depends on BR2_USE_WCHAR help Selecting this package installs all of gettext in the staging directory and the shared library for it's use in the target. |
