xref: /OK3568_Linux_fs/buildroot/package/libsoup/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSOUP
2*4882a593Smuzhiyun	bool "libsoup"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # glib2, gnutls and libpsl
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # glib2
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPSL
9*4882a593Smuzhiyun	select BR2_PACKAGE_SQLITE
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  libsoup is an HTTP client/server library. It uses GObject
12*4882a593Smuzhiyun	  and the GLib main loop, to integrate well with GNOME
13*4882a593Smuzhiyun	  applications.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://wiki.gnome.org/Projects/libsoup
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunif BR2_PACKAGE_LIBSOUP
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSOUP_GNOME
20*4882a593Smuzhiyun	bool "libsoup-gnome"
21*4882a593Smuzhiyun	help
22*4882a593Smuzhiyun	  Build libsoup-gnome library.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSOUP_SSL
25*4882a593Smuzhiyun	bool "https support"
26*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # glib-networking, gnutls
27*4882a593Smuzhiyun	select BR2_PACKAGE_GLIB_NETWORKING # runtime
28*4882a593Smuzhiyun	select BR2_PACKAGE_GNUTLS # runtime
29*4882a593Smuzhiyun	help
30*4882a593Smuzhiyun	  Enable HTTPS (SSL) support.
31*4882a593Smuzhiyun
32*4882a593Smuzhiyuncomment "libsoup https support needs a toolchain w/ dynamic library"
33*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
34*4882a593Smuzhiyun
35*4882a593Smuzhiyunendif
36*4882a593Smuzhiyun
37*4882a593Smuzhiyuncomment "libsoup needs a toolchain w/ wchar, threads"
38*4882a593Smuzhiyun	depends on BR2_USE_MMU
39*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
40