mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/opengl/opencl: new virtual package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Valentin Korenblit<valentinkorenblit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c2b0fe80e0
commit
c500ac897c
@ -1,5 +1,6 @@
|
||||
source "package/opengl/libgl/Config.in"
|
||||
source "package/opengl/libegl/Config.in"
|
||||
source "package/opengl/libgles/Config.in"
|
||||
source "package/opengl/libopencl/Config.in"
|
||||
source "package/opengl/libopenvg/Config.in"
|
||||
source "package/opengl/libopenmax/Config.in"
|
||||
|
6
package/opengl/libopencl/Config.in
Normal file
6
package/opengl/libopencl/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBOPENCL
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENCL
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBOPENCL
|
7
package/opengl/libopencl/libopencl.mk
Normal file
7
package/opengl/libopencl/libopencl.mk
Normal file
@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libopencl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
Loading…
Reference in New Issue
Block a user