mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
package/mesa3d-headers: install OpenCL headers when needed
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fddf7a04a5
commit
2c1336533d
@ -63,6 +63,10 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
|
|||||||
MESA3D_HEADERS_DIRS += GLES GLES2
|
MESA3D_HEADERS_DIRS += GLES GLES2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_HAS_LIBOPENCL),y)
|
||||||
|
MESA3D_HEADERS_DIRS += CL
|
||||||
|
endif
|
||||||
|
|
||||||
define MESA3D_HEADERS_BUILD_CMDS
|
define MESA3D_HEADERS_BUILD_CMDS
|
||||||
$(MESA3D_HEADERS_BUILD_DRI_PC)
|
$(MESA3D_HEADERS_BUILD_DRI_PC)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user