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

This commit is contained in:
Benjamin Otte 2010-10-28 13:57:05 +02:00
parent e23bcfd430
commit 5a762edc28

View file

@ -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