linuxOS_AP05/buildroot/package/rockchip/librkdb/Config.in

18 lines
365 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
menuconfig BR2_PACKAGE_LIBRKDB
bool "rockchip librkdb"
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_JSON_C
help
rockchip database library
if BR2_PACKAGE_LIBRKDB
config BR2_PACKAGE_LIBRKDB_FORCE_INSTALL_TO_ROOTFS
bool "rockchip librkdb install to rootfs"
default n
help
rockchip database library install to rootfs.
endif