openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / libserial / Config.in
blobbd936b93b8c4dd20df5f4a2fc7ba0a67b70b64d1
1 config BR2_PACKAGE_LIBSERIAL
2         bool "libserial"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS # boost
5         depends on BR2_USE_WCHAR # boost
6         select BR2_PACKAGE_BOOST
7         help
8           Simplified serial port programming in C++ under POSIX operating
9           systems.
11           http://libserial.sourceforge.net/
13 comment "libserial needs a toolchain w/ C++, threads, wchar"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR