Files
Alexis Lothoré 4d016a1d98 package/libdbi: fix small typo in Config.in
When browsing the available Database packages, libdbi appears in the
menuconfig as "lidbi".

Fix the menuconfig entry by updating the relevant boolean name.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2025-12-07 18:32:43 +01:00

12 lines
302 B
Plaintext

config BR2_PACKAGE_LIBDBI
bool "libdbi"
depends on !BR2_STATIC_LIBS
help
libdbi implements a database-independent abstraction layer
in C, similar to the DBI/DBD layer in Perl.
http://libdbi.sourceforge.net
comment "libdbi needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS