Config.in 284 B

12345678910
  1. config BR2_PACKAGE_PERL_SYS_MEMINFO
  2. bool "perl-sys-meminfo"
  3. depends on !BR2_STATIC_LIBS
  4. help
  5. query the total free and used physical memory.
  6. https://metacpan.org/release/Sys-MemInfo
  7. comment "perl-sys-meminfo needs a toolchain w/ dynamic library"
  8. depends on BR2_STATIC_LIBS