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