[cairo-commit] boilerplate/Makefile.win32.features configure.ac src/Makefile.win32.features

Uli Schlachter psychon at kemper.freedesktop.org
Wed Jan 26 10:07:48 PST 2011


 boilerplate/Makefile.win32.features |    2 +-
 configure.ac                        |    2 +-
 src/Makefile.win32.features         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9e7ce0c3525064aa32da90be89e805aff6829c9b
Author: Uli Schlachter <psychon at znc.in>
Date:   Wed Jan 26 17:54:13 2011 +0100

    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 at znc.in>

diff --git a/boilerplate/Makefile.win32.features b/boilerplate/Makefile.win32.features
index a72d233..b97f6d0 100644
--- a/boilerplate/Makefile.win32.features
+++ b/boilerplate/Makefile.win32.features
@@ -43,7 +43,7 @@ enabled_cairo_boilerplate_cxx_sources += $(cairo_boilerplate_xlib_xrender_cxx_so
 enabled_cairo_boilerplate_sources += $(cairo_boilerplate_xlib_xrender_sources)
 endif
 
-unsupported_cairo_boilerplate_headers += $(cairo_boilerplate_xcb_headers)
+supported_cairo_boilerplate_headers += $(cairo_boilerplate_xcb_headers)
 all_cairo_boilerplate_headers += $(cairo_boilerplate_xcb_headers)
 all_cairo_boilerplate_private += $(cairo_boilerplate_xcb_private)
 all_cairo_boilerplate_cxx_sources += $(cairo_boilerplate_xcb_cxx_sources)
diff --git a/configure.ac b/configure.ac
index 48449d2..09bdd9f 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)
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features
index fb47816..e1701e7 100644
--- a/src/Makefile.win32.features
+++ b/src/Makefile.win32.features
@@ -53,7 +53,7 @@ ifeq ($(CAIRO_HAS_XLIB_XRENDER_SURFACE),1)
 enabled_cairo_pkgconf += cairo-xlib-xrender.pc
 endif
 
-unsupported_cairo_headers += $(cairo_xcb_headers)
+supported_cairo_headers += $(cairo_xcb_headers)
 all_cairo_headers += $(cairo_xcb_headers)
 all_cairo_private += $(cairo_xcb_private)
 all_cairo_cxx_sources += $(cairo_xcb_cxx_sources)


More information about the cairo-commit mailing list