From 3405d073c65005c63d4034f89ead9f3b3d2f34f3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Dec 2017 15:51:29 +0100 Subject: [PATCH] mesalib: Correct configure switch `--with-platforms` Fixes: 08b94dfb (mesalib: Replace deprecated switch name) --- mesalib.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesalib.be0 b/mesalib.be0 index b11e717c4..e6d99a047 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-17.2.4-0 +# BEE_VERSION mesalib-17.2.6-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -62,7 +62,7 @@ mee_configure() { --enable-xa \ --enable-glx-tls \ --with-llvm-shared-libs \ - --with--platforms="drm,x11" \ + --with-platforms="drm,x11" \ --with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \ --with-vulkan-drivers="intel,radeon" }