From: Eric Anholt Date: Tue, 25 Sep 2012 15:43:44 +0000 (-0700) Subject: glx: Require xcb_dri2 for building glxdri2.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb01f671bb90a9ace0afa6a282d5142b90911f4b;p=mesa.git 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 --- diff --git a/configure.ac b/configure.ac index 48ec4669d80..b2c499e5e40 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)