summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-28 13:57:05 +0200
committerBenjamin Otte <otte@redhat.com>2010-10-28 14:00:24 +0200
commit5a762edc28310a59968230ccb5354c57808606bf (patch)
tree994f2ef2461abe6b61a5b7915929ee1421dce82a /util
parente23bcfd4300870034f07b1ecd1bb4d2ac95d9785 (diff)
build: Don't build cairo-fdr when the tee surface is off
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 08267637..807a1940 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