[Lunar-commits] <moonbase> shotwell: fix dependencies (yay it works!)
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Mon Apr 30 11:24:48 CEST 2012
commit 01e6a4c5b34b84567c4b1f7ea64affc2982bb338
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Mon Apr 30 11:23:32 2012 +0200
shotwell: fix dependencies (yay it works!)
---
graphics/shotwell/BUILD | 5 +++++
graphics/shotwell/DEPENDS | 3 +++
2 files changed, 8 insertions(+)
diff --git a/graphics/shotwell/BUILD b/graphics/shotwell/BUILD
index 3e838b7..9650227 100644
--- a/graphics/shotwell/BUILD
+++ b/graphics/shotwell/BUILD
@@ -1,4 +1,9 @@
(
+ if ! in_depends webkit gtk+-3; then
+ message "${PROBLEM_COLOR}Shotwell requires webkit to be build with gtk+-3."
+ message "${PROBLEM_COLOR}Please rebuild webkit and select gtk+-3."
+ exit 1
+ fi
OPTS+=" --release --install-headers" &&
diff --git a/graphics/shotwell/DEPENDS b/graphics/shotwell/DEPENDS
index 53c443f..a624344 100644
--- a/graphics/shotwell/DEPENDS
+++ b/graphics/shotwell/DEPENDS
@@ -7,3 +7,6 @@ depends webkit
depends libunique
depends librsvg
depends json-glib
+depends gtk+-3
+depends LibRaw
+depends librest
More information about the Lunar-commits
mailing list