From cca607409068ad0948e7283fb8d0465cabc51686 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 11 Jul 2013 16:01:02 -0700 Subject: Add Present extension Signed-off-by: Keith Packard Reviewed-By: Uli Schlachter --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3