Mesa (master): configure: correctly report if we're building the sw/ xlib winsys

Emil Velikov evelikov at kemper.freedesktop.org
Mon Feb 24 14:58:00 UTC 2014


Module: Mesa
Branch: master
Commit: 61973ffe5b3b676472bab29b1f556278ecce8cbf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61973ffe5b3b676472bab29b1f556278ecce8cbf

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sat Feb 22 16:47:21 2014 +0000

configure: correctly report if we're building the sw/xlib winsys

While looking at bug 75356, I've noticed that the presence of
x11 egl platform pulls in sw/xlib as "needed" but fails to
report so at the end of configure.

Tested-by: Tom Stellard <thomas.stellard at amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index d42803c..24ffc54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1448,6 +1448,7 @@ else
 fi
 
 if echo "$egl_platforms" | grep 'x11' >/dev/null 2>&1; then
+    GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib"
     NEED_WINSYS_XLIB=yes
 fi
 AM_CONDITIONAL(HAVE_EGL_PLATFORM_X11, echo "$egl_platforms" | grep 'x11' >/dev/null 2>&1)




More information about the mesa-commit mailing list