2013-04-23 06:52:39 +02:00
|
|
|
config BR2_PACKAGE_LIBSERIAL
|
|
|
|
bool "libserial"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Simplified serial port programming in C++ under POSIX operating
|
|
|
|
systems.
|
|
|
|
|
|
|
|
http://libserial.sourceforge.net/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libserial needs a toolchain w/ C++"
|
2013-04-23 06:52:39 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|