Config.in 452 B

1234567891011121314
  1. config BR2_PACKAGE_OPENCL_CLHPP
  2. bool "opencl-clhpp"
  3. # header only library, so there is no build per-se, but
  4. # packages depending on us will need C++ support
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. depends on BR2_PACKAGE_HAS_LIBOPENCL
  7. help
  8. opencl-clhpp are the OpenCL API C++ bindings
  9. http://github.khronos.org/OpenCL-CLHPP/
  10. comment "opencl-clhpp needs a toolchain w/ C++"
  11. depends on BR2_PACKAGE_HAS_LIBOPENCL
  12. depends on !BR2_INSTALL_LIBSTDCPP