2009-04-26 23:40:32 +02:00
|
|
|
config BR2_PACKAGE_LIBSOUP
|
|
|
|
bool "libsoup"
|
2013-06-06 14:59:35 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2 and gnutls
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # glib2
|
2009-04-26 23:40:32 +02:00
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2013-06-07 15:18:49 +02:00
|
|
|
select BR2_PACKAGE_SQLITE
|
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
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
if BR2_PACKAGE_LIBSOUP
|
|
|
|
|
2011-08-11 11:57:41 +02:00
|
|
|
config BR2_PACKAGE_LIBSOUP_SSL
|
|
|
|
bool "https support"
|
2012-02-27 13:38:57 +01:00
|
|
|
select BR2_PACKAGE_GLIB_NETWORKING
|
2011-08-11 11:57:41 +02:00
|
|
|
select BR2_PACKAGE_GNUTLS
|
|
|
|
help
|
|
|
|
Enable HTTPS (SSL) support.
|
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libsoup needs a toolchain w/ wchar, threads"
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|