[Lunar-commits] <moonbase> cairo: add tee support

Paul Bredbury brebs at lunar-linux.org
Thu Mar 10 15:49:50 CET 2011


commit 789ce9745638327cb710975cce2e97d0b79ab777
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Thu Mar 10 21:49:50 2011 +0700

    cairo: add tee support
---
 graphics/cairo/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
index 9a6149d..4fb523d 100644
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -2,6 +2,13 @@
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
 
+  OPTS+=" --disable-static"  &&
+
+  if in_depends $MODULE libX11 ; then
+    # tee is required by firefox 4 when compiled with system cairo, and doesn't otherwise make any difference
+    OPTS+=" --enable-tee"
+  fi  &&
+
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list