diff options
author | Eric Anholt <eric@anholt.net> | 2009-10-15 13:13:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-19 09:47:06 -0700 |
commit | e82c34c2f7ac3fbb23ab14cbee8df2dd9178f5a4 (patch) | |
tree | 013f3171c73b51610df97b68576f1b93093778c4 /configure.ac | |
parent | a27c77ccae059fb64e0506648b81677858d3b05b (diff) |
Add DRI2 support. (v2)
v2: Build fix from jcristau.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 96f5079..a748489 100644 --- a/configure.ac +++ b/configure.ac @@ -132,6 +132,7 @@ esac XCB_EXTENSION(Composite, "yes") XCB_EXTENSION(Damage, "yes") XCB_EXTENSION(DPMS, "yes") +XCB_EXTENSION(DRI2, "yes") XCB_EXTENSION(GLX, "yes") XCB_EXTENSION(RandR, "yes") XCB_EXTENSION(Record, "yes") @@ -174,6 +175,7 @@ xcb.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc +xcb-dri2.pc xcb-glx.pc xcb-randr.pc xcb-record.pc |