diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-11 16:01:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 13:32:46 -0800 |
commit | 6d630cb9bbd72d274a564acd4862dbaae4782f6f (patch) | |
tree | 01514bccc6a0376aec260d15bd64577d82be2973 /configure.ac | |
parent | a22ffa399a63a2c53aabe66efe9df01196fed74e (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 7cc4bbb..aca5b1b 100644 --- a/configure.ac +++ b/configure.ac @@ -193,6 +193,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") @@ -238,6 +239,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 |