Config.in 642 B

1234567891011121314151617181920212223
  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_GNUTLS
  16. depends on BR2_PACKAGE_LIBSOUP
  17. help
  18. Enable HTTPS (SSL) support.
  19. comment "libsoup requires a toolchain with WCHAR support"
  20. depends on !BR2_USE_WCHAR