1 config BR2_PACKAGE_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
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