[Lunar-commits] <moonbase> cairo: Adjuting BUILD and DEPENDS for qt4.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jan 3 19:15:57 CET 2012
commit 7cfef155588bcf596f28918f6ee98fc2be39a54c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jan 3 13:15:57 2012 -0500
cairo: Adjuting BUILD and DEPENDS for qt4.
---
graphics/cairo/BUILD | 4 ++++
graphics/cairo/DEPENDS | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
index 851eb0b..1d63b58 100644
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -4,6 +4,10 @@
OPTS+=" --disable-static" &&
+ if ind_depends $MODULE qt4 ; then
+ . /etc/profile.d/qt4.rc
+ fi &&
+
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"
diff --git a/graphics/cairo/DEPENDS b/graphics/cairo/DEPENDS
index 586d616..8a58f47 100644
--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -28,7 +28,7 @@ optional_depends "libxcb" \
optional_depends "qt4" \
"--enable-qt" \
"--disable-qt" \
- "for Qt surface backend"
+ "for Qt surface backend (Experimental)"
optional_depends "DirectFB" \
"--enable-directfb" \
More information about the Lunar-commits
mailing list