From 62c53aff53ea7d5056cab24b629971de340234cc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Dec 2017 15:52:19 +0100 Subject: [PATCH] mesalib: Enable Wayland backend --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 647431d28..0789bfbb6 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" \ + --with--platforms="drm,x11,wayland" \ --with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \ --with-vulkan-drivers="intel,radeon" }