[cairo-commit] util/Makefile.am

Benjamin Otte company at kemper.freedesktop.org
Thu Oct 28 05:00:35 PDT 2010


 util/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5a762edc28310a59968230ccb5354c57808606bf
Author: Benjamin Otte <otte at redhat.com>
Date:   Thu Oct 28 13:57:05 2010 +0200

    build: Don't build cairo-fdr when the tee surface is off

diff --git a/util/Makefile.am b/util/Makefile.am
index 0826763..807a194 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -13,9 +13,11 @@ endif
 if CAIRO_HAS_TRACE
 SUBDIRS += cairo-trace
 if CAIRO_HAS_SCRIPT_SURFACE
+if CAIRO_HAS_TEE_SURFACE
 SUBDIRS += cairo-fdr
 endif
 endif
+endif
 
 if BUILD_SPHINX
 if CAIRO_HAS_SCRIPT_SURFACE


More information about the cairo-commit mailing list