2009-04-26 23:40:32 +02:00
|
|
|
config BR2_PACKAGE_LIBSOUP
|
|
|
|
bool "libsoup"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2009-04-26 23:40:32 +02:00
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2010-05-25 23:38:44 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
|
|
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
|
2009-04-26 23:40:32 +02:00
|
|
|
help
|
|
|
|
libsoup is an HTTP client/server library. It uses GObject
|
|
|
|
and the GLib main loop, to integrate well with GNOME
|
|
|
|
applications.
|
|
|
|
|
|
|
|
http://live.gnome.org/LibSoup
|
2010-05-25 23:38:44 +02:00
|
|
|
|
|
|
|
comment "libsoup requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|