2021-10-04 14:43:15 +02:00
|
|
|
config BR2_PACKAGE_LIBDBI_DRIVERS
|
|
|
|
bool "libdbi-drivers"
|
2021-10-14 18:08:24 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # libdbi
|
2021-10-04 14:43:15 +02:00
|
|
|
select BR2_PACKAGE_LIBDBI
|
|
|
|
help
|
|
|
|
The libdbi-drivers project provides the
|
|
|
|
database-specific drivers for the libdbi framework.
|
|
|
|
|
|
|
|
http://libdbi-drivers.sourceforge.net
|
2021-10-14 18:08:24 +02:00
|
|
|
|
|
|
|
comment "libdbi-drivers needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|