Mesa (master): glx: Require xcb_dri2 for building glxdri2.c.

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 9 21:33:40 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Sep 25 08:43:44 2012 -0700

glx: Require xcb_dri2 for building glxdri2.c.

I'm going to transition a bunch of the protocol to using XCB so we can stop
rolling it ourselves.

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 48ec466..b2c499e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -869,7 +869,7 @@ xyesno)
     fi
 
     # find the DRI deps for libGL
-    dri_modules="x11 xext xdamage xfixes x11-xcb xcb-glx >= 1.8.1"
+    dri_modules="x11 xext xdamage xfixes x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8"
 
     # add xf86vidmode if available
     PKG_CHECK_MODULES([XF86VIDMODE], [xxf86vm], HAVE_XF86VIDMODE=yes, HAVE_XF86VIDMODE=no)




More information about the mesa-commit mailing list