1config BR2_PACKAGE_LIBDBI 2 bool "lidbi" 3 depends on !BR2_STATIC_LIBS 4 help 5 libdbi implements a database-independent abstraction layer 6 in C, similar to the DBI/DBD layer in Perl. 7 8 http://libdbi.sourceforge.net 9 10comment "libdbi needs a toolchain w/ dynamic library" 11 depends on BR2_STATIC_LIBS 12