bc0ba950aad2995f2ae5a41c6c93a78b4af508a6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsoup / Config.in
1 config BR2_PACKAGE_LIBSOUP
2         bool "libsoup"
3         depends on BR2_USE_WCHAR # glib2 and gnutls
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         select BR2_PACKAGE_LIBXML2
7         select BR2_PACKAGE_LIBGLIB2
8         select BR2_PACKAGE_SQLITE
9         help
10           libsoup is an HTTP client/server library. It uses GObject
11           and the GLib main loop, to integrate well with GNOME
12           applications.
13
14           http://live.gnome.org/LibSoup
15
16 if BR2_PACKAGE_LIBSOUP
17
18 config BR2_PACKAGE_LIBSOUP_GNOME
19         bool "libsoup-gnome"
20         help
21           Build libsoup-gnome library.
22
23 config BR2_PACKAGE_LIBSOUP_SSL
24         bool "https support"
25         select BR2_PACKAGE_GLIB_NETWORKING
26         select BR2_PACKAGE_GNUTLS
27         help
28           Enable HTTPS (SSL) support.
29
30 endif
31
32 comment "libsoup needs a toolchain w/ wchar, threads"
33         depends on BR2_USE_MMU
34         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS