Config.in 514 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBGLIB2
  2. bool "libglib2"
  3. depends on BR2_USE_WCHAR # gettext
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_USE_MMU # fork()
  6. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  7. select BR2_PACKAGE_LIBFFI
  8. select BR2_PACKAGE_PCRE2
  9. select BR2_PACKAGE_ZLIB
  10. help
  11. Low-level core library that forms the basis of GTK+ and GNOME.
  12. http://www.gtk.org/
  13. comment "libglib2 needs a toolchain w/ wchar, threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS