package/mesa3d: disable opencl
Preliminary patch to prevent Mesa from building OpenCL lib as soon as libclc is available. Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr> Signed-off-by: Valentin Korenblit <valentinkorenblit@gmail.com> Acked-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
aa2eb4bd64
commit
826b57a170
@ -43,6 +43,9 @@ else
|
|||||||
MESA3D_CONF_OPTS += --disable-llvm
|
MESA3D_CONF_OPTS += --disable-llvm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Disable opencl in case libclc is detected
|
||||||
|
MESA3D_CONF_OPTS += --disable-opencl
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_NEEDS_ELFUTILS),y)
|
ifeq ($(BR2_PACKAGE_MESA3D_NEEDS_ELFUTILS),y)
|
||||||
MESA3D_DEPENDENCIES += elfutils
|
MESA3D_DEPENDENCIES += elfutils
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user