summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2011-01-26 17:54:13 +0100
committerUli Schlachter <psychon@znc.in>2011-01-26 17:54:13 +0100
commit9e7ce0c3525064aa32da90be89e805aff6829c9b (patch)
treef8bfa4f84aa50c59b221fa2c870de2a6bf69817b /configure.ac
parent0e199ccc574d77041e19b29cb9a228e2588d5dca (diff)
xcb: Automatically enable the backend if the libs are available
It looks like the cairo-xcb backend is in a good shape and hopefully will be a supported backend for cairo 1.12.0. Let's see if this causes lots of new bugs to be uncovered. :-) Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 48449d27..09bdd9fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(xlib_xrender, Xlib Xrender, auto, [
dnl ===========================================================================
-CAIRO_ENABLE_SURFACE_BACKEND(xcb, XCB, no, [
+CAIRO_ENABLE_SURFACE_BACKEND(xcb, XCB, auto, [
xcb_REQUIRES="xcb >= 1.1.92 xcb-render >= 0.9.92"
PKG_CHECK_MODULES(xcb, $xcb_REQUIRES, ,
[AC_MSG_RESULT(no)