xref: /OK3568_Linux_fs/buildroot/package/perl-sys-cpu/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PERL_SYS_CPU
2	bool "perl-sys-cpu"
3	depends on !BR2_STATIC_LIBS
4	help
5	  Perl module for getting information about the system CPU
6	  (Sys::CPU).
7
8	  http://search.cpan.org/dist/Sys-CPU/
9
10comment "perl-sys-cpu needs a toolchain w/ dynamic library"
11	depends on BR2_STATIC_LIBS
12