[Mesa-dev] [PATCH 06/10] configure.ac: check for libXdamage 1.1 or later
Emil Velikov
emil.l.velikov at gmail.com
Thu Feb 9 13:35:49 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Released back in 2007 so it should not be an issue for anyone building
from git.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2648194b67..e302d74c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,6 +87,7 @@ WAYLAND_REQUIRED=1.11
XCB_REQUIRED=1.9.3
XCBDRI2_REQUIRED=1.8
XCBGLX_REQUIRED=1.8.1
+XDAMAGE_REQUIRED=1.1
XSHMFENCE_REQUIRED=1.1
XVMC_REQUIRED=1.0.6
PYTHON_MAKO_REQUIRED=0.8.0
@@ -1472,7 +1473,7 @@ xdri)
# DRI-based GLX
# find the DRI deps for libGL
- dri_modules="x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= $XCBGLX_REQUIRED"
+ dri_modules="x11 xext xdamage >= $XDAMAGE_REQUIRED xfixes x11-xcb xcb xcb-glx >= $XCBGLX_REQUIRED"
if test x"$driglx_direct" = xyes; then
if test x"$dri_platform" = xdrm ; then
--
2.11.0
More information about the mesa-dev
mailing list