2
1

Config.in 678 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_LIBSOUP
  2. bool "libsoup"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBXML2
  5. select BR2_PACKAGE_LIBGLIB2
  6. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
  7. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
  8. help
  9. libsoup is an HTTP client/server library. It uses GObject
  10. and the GLib main loop, to integrate well with GNOME
  11. applications.
  12. http://live.gnome.org/LibSoup
  13. config BR2_PACKAGE_LIBSOUP_SSL
  14. bool "https support"
  15. select BR2_PACKAGE_GLIB_NETWORKING
  16. select BR2_PACKAGE_GNUTLS
  17. depends on BR2_PACKAGE_LIBSOUP
  18. help
  19. Enable HTTPS (SSL) support.
  20. comment "libsoup requires a toolchain with WCHAR support"
  21. depends on !BR2_USE_WCHAR