Config.in 562 B

1234567891011121314151617
  1. config BR2_PACKAGE_GLIB_NETWORKING
  2. bool "glib-networking"
  3. depends on BR2_USE_WCHAR # glib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
  5. depends on BR2_USE_MMU # glib2
  6. depends on !BR2_STATIC_LIBS
  7. select BR2_PACKAGE_LIBGLIB2
  8. select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
  9. help
  10. Network-related GIO modules for glib.
  11. https://gitlab.gnome.org/GNOME/glib-networking
  12. comment "glib-networking needs a toolchain w/ wchar, threads, dynamic library"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
  15. BR2_STATIC_LIBS