Config.in 417 B

12345678910111213
  1. config BR2_PACKAGE_PERL_X10
  2. bool "perl-x10"
  3. depends on !BR2_STATIC_LIBS
  4. select BR2_PACKAGE_PERL_ASTRO_SUNTIME # runtime
  5. select BR2_PACKAGE_PERL_DEVICE_SERIALPORT # runtime
  6. select BR2_PACKAGE_PERL_TIME_PARSEDATE # runtime
  7. help
  8. creates a server used to receive events from an x10 client.
  9. https://metacpan.org/release/X10
  10. comment "perl-x10 needs a toolchain w/ dynamic library"
  11. depends on BR2_STATIC_LIBS