kumquat-buildroot/package/opencl-clhpp/Config.in
Gilles Talis 2ae78f1c79 package/opencl-clhpp: new package
opencl-clhpp are the OpenCL API C++ bindings

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-27 09:07:00 +02:00

15 lines
452 B
Plaintext

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