board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / openzwave / Config.in
blob190b88b656258eef99c1eebfc36048c2b87ac675
1 config BR2_PACKAGE_OPENZWAVE
2         bool "openzwave"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_INSTALL_LIBSTDCPP
5         depends on BR2_PACKAGE_HAS_UDEV
6         depends on BR2_USE_WCHAR
7         help
8           Free software library that interfaces with selected Z-Wave PC
9           controllers, allowing anyone to create applications that manipulate
10           and respond to devices on a Z-Wave network, without requiring
11           in-depth knowledge of the Z-Wave protocol
13           http://www.openzwave.net
15 comment "openzwave needs udev and a toolchain w/ C++, threads, wchar"
16         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
17                 !BR2_PACKAGE_HAS_UDEV || !BR2_USE_WCHAR