85ffab5749
Note that the Python binding is disabled; we can't build this in Buildroot without the sipconfig Python module for the host. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
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/
|
|
|
|
comment "libserial requires a toolchain with C++ support enabled"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|