From 83259f6ed60e00d0c25ca81c9ff9adfc017ebf5f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 28 Oct 2010 13:57:05 +0200 Subject: [PATCH] build: Don't build cairo-fdr when the tee surface is off --- util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/Makefile.am b/util/Makefile.am index 08267637a..807a19407 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