Skip to content

Commit

Permalink
build: Don't build cairo-fdr when the tee surface is off
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Otte committed Oct 28, 2010
1 parent efc2440 commit 83259f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83259f6

Please sign in to comment.