diff options
author | Eric Anholt <[email protected]> | 2012-09-25 08:43:44 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:02 -0700 |
commit | bb01f671bb90a9ace0afa6a282d5142b90911f4b (patch) | |
tree | 5b31e45cfb211b671f0439ad40499d1a22a997a7 | |
parent | dc6fa4107643e153bb1c5831ca6aa1be10ef3b3a (diff) |
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 <[email protected]>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |