xref: /OK3568_Linux_fs/buildroot/package/libbson/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
8	  http://mongoc.org/libbson/
9
10comment "libbson needs a toolchain w/ threads"
11	depends on !BR2_TOOLCHAIN_HAS_THREADS
12