1config BR2_PACKAGE_OPENZWAVE 2 bool "openzwave" 3 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL 4 depends on BR2_INSTALL_LIBSTDCPP 5 depends on !BR2_STATIC_LIBS 6 depends on BR2_USE_WCHAR 7 select BR2_PACKAGE_TINYXML 8 help 9 Free software library that interfaces with selected Z-Wave 10 PC controllers, allowing anyone to create applications that 11 manipulate and respond to devices on a Z-Wave network, 12 without requiring in-depth knowledge of the Z-Wave protocol 13 14 http://www.openzwave.net 15 16comment "openzwave needs a toolchain w/ C++, dynamic library, NPTL, wchar" 17 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \ 18 !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR 19