summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/mesa.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/mesa/mesa.SlackBuild')
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index 85e266e8f..b64311c5c 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -131,7 +131,8 @@ meson setup \
-Dosmesa=true \
-Ddri-drivers=$DRI_DRIVERS \
-Dgallium-drivers=$GALLIUM_DRIVERS \
- -Dvulkan-device-select-layer=true \
+ -Dvulkan-drivers=amd,intel,swrast \
+ -Dvulkan-layers=device-select,intel-nullhw,overlay \
-Dglvnd=true \
-Dllvm=enabled \
-Dshared-llvm=enabled \