mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/mesa3d-headers: install OpenCL headers when needed
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -63,6 +63,10 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
|
||||
MESA3D_HEADERS_DIRS += GLES GLES2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_LIBOPENCL),y)
|
||||
MESA3D_HEADERS_DIRS += CL
|
||||
endif
|
||||
|
||||
define MESA3D_HEADERS_BUILD_CMDS
|
||||
$(MESA3D_HEADERS_BUILD_DRI_PC)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user