Config.in 492 B

12345678910111213141516
  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. comment "libsoup requires a toolchain with WCHAR support"
  14. depends on !BR2_USE_WCHAR