diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-24 21:17:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-24 22:33:06 +0200 |
commit | dbdb4e33f04a52757232a6d00da23e8ba232c7d2 (patch) | |
tree | 563db4054d54ee0f241b1d6fa544340247f87bb4 /package/libsoup/Config.in | |
parent | 4caf78882ce0a5046504f94545a98296913f2f25 (diff) | |
download | buildroot-novena-dbdb4e33f04a52757232a6d00da23e8ba232c7d2.tar.gz buildroot-novena-dbdb4e33f04a52757232a6d00da23e8ba232c7d2.zip |
Update packages to BR2_NEEDS_GETTEXT_IF_LOCALE
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsoup/Config.in')
-rw-r--r-- | package/libsoup/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libsoup/Config.in b/package/libsoup/Config.in index 6bccd1116..b3d4b5f9c 100644 --- a/package/libsoup/Config.in +++ b/package/libsoup/Config.in @@ -2,6 +2,8 @@ config BR2_PACKAGE_LIBSOUP bool "libsoup" select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE + select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE help libsoup is an HTTP client/server library. It uses GObject and the GLib main loop, to integrate well with GNOME |