From 5d7957a358fe724110b2383f0f1273ecf4ed4049 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Dec 2017 17:22:39 +0100 Subject: [PATCH] mesalib: Correct switch --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 0789bfbb6..afb5a0977 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -62,7 +62,7 @@ mee_configure() { --enable-xa \ --enable-glx-tls \ --with-llvm-shared-libs \ - --with--platforms="drm,x11,wayland" \ + --with-platforms="drm,x11,wayland" \ --with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \ --with-vulkan-drivers="intel,radeon" }