mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
mesa: enable vulkan swrast
This commit is contained in:
parent
b94c3e4143
commit
8da5e3144d
@ -38,7 +38,8 @@ cookbook_meson \
|
||||
-Dllvm=enabled \
|
||||
-Dosmesa=true \
|
||||
-Dplatforms=redox \
|
||||
-Dshader-cache=disabled
|
||||
-Dshader-cache=disabled \
|
||||
-Dvulkan-drivers=swrast
|
||||
|
||||
# Hack to add LLVM libs, the list can be seen from meson log and check for matches $("${LLVM_CONFIG}" --libs)
|
||||
LLVMLIBS="-lLLVMBitReader -lLLVMCore -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMMCDisassembler"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user