xref: /OK3568_Linux_fs/buildroot/package/perl-devel-size/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PERL_DEVEL_SIZE
2	bool "perl-devel-size"
3	depends on !BR2_STATIC_LIBS
4	help
5	  Perl extension for finding the memory usage of Perl
6	  variables.
7
8	  https://metacpan.org/release/Devel-Size
9
10comment "perl-devel-size needs a toolchain w/ dynamic library"
11	depends on BR2_STATIC_LIBS
12