Config.in 359 B

123456789101112
  1. config BR2_PACKAGE_LIBDBI_DRIVERS
  2. bool "libdbi-drivers"
  3. depends on !BR2_STATIC_LIBS # libdbi
  4. select BR2_PACKAGE_LIBDBI
  5. help
  6. The libdbi-drivers project provides the
  7. database-specific drivers for the libdbi framework.
  8. http://libdbi-drivers.sourceforge.net
  9. comment "libdbi-drivers needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS