Config.in 318 B

1234567891011
  1. config BR2_PACKAGE_LIBBSON
  2. bool "libbson"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. libbson is a library providing useful routines related to
  6. building, parsing, and iterating BSON documents.
  7. http://mongoc.org/libbson/
  8. comment "libbson needs a toolchain w/ threads"
  9. depends on !BR2_TOOLCHAIN_HAS_THREADS