Merge pull request #68 from mirko/allow-no-clc-without-llvm

mesa: setting meson opt mesa-clc to 'auto' if LLVM support disabled
This commit is contained in:
Mirko Vogt
2025-05-20 03:02:11 +02:00
committed by GitHub

View File

@@ -582,7 +582,7 @@ MESON_ARGS += \
-Dgallium-opencl=$(if $(CONFIG_MESA_USE_LLVM),standalone,disabled) \
-Ddraw-use-llvm=$(if $(CONFIG_MESA_USE_LLVM),true,false) \
-Dintel-clc=system \
-Dmesa-clc=system \
-Dmesa-clc=$(if $(CONFIG_MESA_USE_LLVM),system,auto) \
-Dprecomp-compiler=system
ifeq ($(BUILD_VARIANT),amd)