xref: /OK3568_Linux_fs/buildroot/package/perl-dbd-mysql/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PERL_DBD_MYSQL
2	bool "perl-dbd-mysql"
3	depends on !BR2_STATIC_LIBS
4	depends on BR2_INSTALL_LIBSTDCPP # mysql
5	depends on BR2_USE_MMU # mysql
6	depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
7	select BR2_PACKAGE_MYSQL
8	select BR2_PACKAGE_PERL_DBI # runtime
9	help
10	  A MySQL driver for the Perl5 Database Interface (DBI).
11
12	  http://dbi.perl.org/
13
14comment "perl-dbd-mysql needs a toolchain w/ dynamic library, C++, threads"
15	depends on BR2_USE_MMU
16	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
17		!BR2_TOOLCHAIN_HAS_THREADS
18