mesa: enable vulkan swrast

This commit is contained in:
Jeremy Soller 2026-02-20 07:59:29 -07:00
parent b94c3e4143
commit 8da5e3144d

View File

@ -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"