Config.in 675 B

123456789101112131415161718
  1. config 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. http://www.openzwave.net
  14. comment "openzwave needs a toolchain w/ C++, dynamic library, NPTL, wchar"
  15. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  16. !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR