xref: /OK3568_Linux_fs/buildroot/package/perl-class-load/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_CLASS_LOAD
2*4882a593Smuzhiyun	bool "perl-class-load"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_DATA_OPTLIST # runtime
5*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_PACKAGE_STASH # runtime
8*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_TRY_TINY # runtime
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  A working (require "Class::Name") and more.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/moose/Class-Load
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "perl-class-load needs a toolchain w/ dynamic library"
15*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
16