Config.in 391 B

123456789101112
  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. select BR2_PACKAGE_LIBGLIB2
  7. help
  8. Network-related GIO modules for glib.
  9. comment "glib-networking needs a toolchain w/ wchar, threads"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS