Config.in 446 B

1234567891011121314
  1. config BR2_PACKAGE_JSON_GLIB
  2. bool "json-glib"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBGLIB2
  5. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
  6. help
  7. JSON-GLib is a library providing serialization and
  8. deserialization support for the JavaScript Object Notation
  9. (JSON) format described by RFC 4627.
  10. https://live.gnome.org/JsonGlib/
  11. comment "json-glib requires a toolchain with WCHAR support"
  12. depends on !BR2_USE_WCHAR