mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
da9e06cabc
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
config BR2_PACKAGE_PERL_DBI
|
|
bool "perl-dbi"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
Database independent interface for Perl.
|
|
|
|
http://dbi.perl.org/
|
|
|
|
comment "perl-dbi needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|