diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-11 16:01:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:02:37 -0800 |
commit | cca607409068ad0948e7283fb8d0465cabc51686 (patch) | |
tree | b6701071bef16e34806352d656bd3b7ff1f63205 /configure.ac | |
parent | 7a9373078e69b2cb2753570f91e5c31062ba25f8 (diff) |
Add Present extension
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-By: Uli Schlachter <psychon@znc.in>
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 42288de..86efc3a 100644 --- a/configure.ac +++ b/configure.ac @@ -186,6 +186,7 @@ XCB_EXTENSION(DPMS, "yes") XCB_EXTENSION(DRI2, "yes") XCB_EXTENSION(DRI3, "$have_sendmsg") XCB_EXTENSION(GLX, "yes") +XCB_EXTENSION(Present, "yes") XCB_EXTENSION(RandR, "yes") XCB_EXTENSION(Record, "yes") XCB_EXTENSION(Render, "yes") @@ -231,6 +232,7 @@ xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-glx.pc +xcb-present.pc xcb-randr.pc xcb-record.pc xcb-render.pc |