[cairo-commit] Branch '1.10' - util/Makefile.am
Benjamin Otte
company at kemper.freedesktop.org
Thu Oct 28 05:00:52 PDT 2010
util/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 83259f6ed60e00d0c25ca81c9ff9adfc017ebf5f
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