xref: /OK3568_Linux_fs/buildroot/package/perl-device-serialport/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PERL_DEVICE_SERIALPORT
2	bool "perl-device-serialport"
3	depends on !BR2_STATIC_LIBS
4	help
5	  Linux/POSIX emulation of Win32::SerialPort functions.
6
7	  https://metacpan.org/release/Device-SerialPort
8
9comment "perl-device-serialport needs a toolchain w/ dynamic library"
10	depends on BR2_STATIC_LIBS
11