Config.in 301 B

1234567891011
  1. config 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. http://libdbi.sourceforge.net
  8. comment "libdbi needs a toolchain w/ dynamic library"
  9. depends on BR2_STATIC_LIBS