1config 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 10 http://github.khronos.org/OpenCL-CLHPP/ 11 12comment "opencl-clhpp needs a toolchain w/ C++" 13 depends on BR2_PACKAGE_HAS_LIBOPENCL 14 depends on !BR2_INSTALL_LIBSTDCPP 15