summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-11-24 17:29:51 +0400
committerVlad Glagolev2012-11-24 17:29:51 +0400
commit35a3c917390ab09e016ac0d4aee45cc6ca9e90fe (patch)
tree516f9129413950bf484477c0b267106be828ec87
parent4e5e884d01c5939a4a3920836ddbfa3d66d91afc (diff)
libsecret: corrected dependency tree
-rwxr-xr-xgnome3-libs/libsecret/DEPENDS23
-rw-r--r--gnome3-libs/libsecret/HISTORY3
2 files changed, 17 insertions, 9 deletions
diff --git a/gnome3-libs/libsecret/DEPENDS b/gnome3-libs/libsecret/DEPENDS
index 91050e8e0d..962b5c2dfe 100755
--- a/gnome3-libs/libsecret/DEPENDS
+++ b/gnome3-libs/libsecret/DEPENDS
@@ -1,19 +1,24 @@
-depends perl &&
+depends perl &&
depends glib2 &&
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
"Build documentation with gtk-doc" &&
+
optional_depends gobject-introspection \
- "--enable-introspection=yes" \
- "--enable-introspection=no" \
- "to enable introspection support" &&
-optional_depends vala \
- "--enable-vala=yes" \
- "--enable-vala=no" \
- "for Vala bindings" &&
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "for introspection support" &&
+
+if is_depends_enabled $SPELL gobject-introspection; then
+ optional_depends vala \
+ "--enable-vala" \
+ "--disable-vala" \
+ "for Vala bindings"
+fi &&
+
optional_depends libgcrypt \
"--enable-gcrypt" \
"--disable-gcrypt" \
- "for gcrypt and transport encryption"
+ "for gcrypt and transport encryption"
diff --git a/gnome3-libs/libsecret/HISTORY b/gnome3-libs/libsecret/HISTORY
index 23a6fd28c9..d48011bdf1 100644
--- a/gnome3-libs/libsecret/HISTORY
+++ b/gnome3-libs/libsecret/HISTORY
@@ -1,3 +1,6 @@
+2012-11-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: Vala bindings require gobject-introspection
+
2012-09-27 Sukneet Basuta <sukneet@sourcemage.org>
* DEPENDS, DETAILS: spell created