xref: /OK3568_Linux_fs/buildroot/package/perl-x10/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_X10
2*4882a593Smuzhiyun	bool "perl-x10"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_ASTRO_SUNTIME # runtime
5*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_DEVICE_SERIALPORT # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PERL_TIME_PARSEDATE # runtime
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  creates a server used to receive events from an x10 client.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://metacpan.org/release/X10
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "perl-x10 needs a toolchain w/ dynamic library"
13*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
14