From 08b94dfb090865df7c397a707459ba97a63eaeef Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 19 Sep 2017 13:53:29 +0200 Subject: [PATCH] mesalib: Replace deprecated switch name Address the warning below. ``` configure: WARNING: --with-egl-platforms is deprecated. Use --with-platforms instead. ``` --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index b678ea344..af67688d5 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -62,7 +62,7 @@ mee_configure() { --enable-xa \ --enable-glx-tls \ --with-llvm-shared-libs \ - --with-egl-platforms="drm,x11" \ + --with--platforms="drm,x11" \ --with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \ --with-vulkan-drivers="intel,radeon" }