mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
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:
@@ -582,7 +582,7 @@ MESON_ARGS += \
|
|||||||
-Dgallium-opencl=$(if $(CONFIG_MESA_USE_LLVM),standalone,disabled) \
|
-Dgallium-opencl=$(if $(CONFIG_MESA_USE_LLVM),standalone,disabled) \
|
||||||
-Ddraw-use-llvm=$(if $(CONFIG_MESA_USE_LLVM),true,false) \
|
-Ddraw-use-llvm=$(if $(CONFIG_MESA_USE_LLVM),true,false) \
|
||||||
-Dintel-clc=system \
|
-Dintel-clc=system \
|
||||||
-Dmesa-clc=system \
|
-Dmesa-clc=$(if $(CONFIG_MESA_USE_LLVM),system,auto) \
|
||||||
-Dprecomp-compiler=system
|
-Dprecomp-compiler=system
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),amd)
|
ifeq ($(BUILD_VARIANT),amd)
|
||||||
|
|||||||
Reference in New Issue
Block a user