1config 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 10 https://metacpan.org/release/X10 11 12comment "perl-x10 needs a toolchain w/ dynamic library" 13 depends on BR2_STATIC_LIBS 14