libintl: needs wchar like gettext
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Oct 2010 11:24:23 +0000 (13:24 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Oct 2010 11:24:23 +0000 (13:24 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/gettext/Config.in

diff --git a/CHANGES b/CHANGES
index 9ca8a2957034d9d63e8d214e88eb961cf502d3c1..d93e9e1ff62c3ab131547d8919dd3fbe99fae92c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        ifplugd, imagemagick, iperf, ipsec-tools, iproute2, iptables,
        iw, jpeg, kexec, kismet, less, libcgi, libcurl, libdaemon,
        libdnet, liberation, libevent, libeXosip2, libglade, libgtk2,
-       libiconv, libidn, libmms, libnl, liboil, libosip2, libpcap,
-       libpng, libtool, libungif, libxml2, libxslt, lighttpd, lite,
-       lm-sensors, lockfile-progs, logrotate, m4, mdadm, mesa3d,
-       metacity, mtd-utils, mysql_client, nano, nbd, ncftp, neon,
-       netperf, netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd,
-       openssh, openvpn, oprofile, pango, patch, pcre, php,
-       pkg-config, prboom, radvd, rdesktop, ruby, qt, quagga, samba,
-       sawman, sdl_mixer, sdl_sound, setserial, shared-mime-info,
-       speex, sqlite, squashfs, strace, sylpheed, taglib, tcpdump,
-       thttpd, tiff, tn5250, udev, udpcast, usbmount, usbutils,
-       vsftpd, vtun, which, wpa_supplicant,
+       libiconv, libidn, libintl, libmms, libnl, liboil, libosip2,
+       libpcap, libpng, libtool, libungif, libxml2, libxslt,
+       lighttpd, lite, lm-sensors, lockfile-progs, logrotate, m4,
+       mdadm, mesa3d, metacity, mtd-utils, mysql_client, nano, nbd,
+       ncftp, neon, netperf, netsnmp, ng-spice-rework, ntfsprogs,
+       ntp, openntpd, openssh, openvpn, oprofile, pango, patch, pcre,
+       php, pkg-config, prboom, radvd, rdesktop, ruby, qt, quagga,
+       samba, sawman, sdl_mixer, sdl_sound, setserial,
+       shared-mime-info, speex, sqlite, squashfs, strace, sylpheed,
+       taglib, tcpdump, thttpd, tiff, tn5250, udev, udpcast,
+       usbmount, usbutils, vsftpd, vtun, which, wpa_supplicant,
        xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
        xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
        xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
index c1ae97f614c253507e57715817f2372544c347b8..fabfe1ef7101f475a1b41bd5812b1e7b853c4645 100644 (file)
@@ -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.