You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
37 lines
619 B
Plaintext
37 lines
619 B
Plaintext
|
|
menuconfig MONGO_C_DRIVER_ENABLED
|
|
bool "Enable mongo-c-driver"
|
|
default n
|
|
|
|
config LIBBSON_ENABLED
|
|
bool "compile mongo-c-driver libbson"
|
|
default n
|
|
depends on MONGO_C_DRIVER_ENABLED
|
|
|
|
config LIBZLIB_ENABLED
|
|
bool "compile mongo-c-driver libzlib"
|
|
default n
|
|
depends on MONGO_C_DRIVER_ENABLED
|
|
|
|
config KMS_MESSAGE_ENABLED
|
|
bool "compile mongo-c-driver kms-message"
|
|
default n
|
|
depends on MONGO_C_DRIVER_ENABLED
|
|
|
|
config LIBMONGOC_ENABLED
|
|
bool "compile mongo-c-driver libmongoc"
|
|
default n
|
|
depends on MONGO_C_DRIVER_ENABLED && LIBZLIB_ENABLED && LIBBSON_ENABLED && KMS_MESSAGE_ENABLED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|