aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/valacompass/valacompass_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/valacompass/valacompass_git.bb')
-rw-r--r--recipes/valacompass/valacompass_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/valacompass/valacompass_git.bb b/recipes/valacompass/valacompass_git.bb
index 97f9a3b1f0..f33ea79085 100644
--- a/recipes/valacompass/valacompass_git.bb
+++ b/recipes/valacompass/valacompass_git.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Compass written in vala that uses the hmc5843 compass and the lis
AUTHOR = "Michele Brocco <ssj2micvm@gmail.com>"
PRIORITY = "optional"
LICENSE = "GPLv3"
-DEPENDS = "glib-2.0 gtk+ libgee cairo hmc5843 lis302dl"
+DEPENDS = "glib-2.0 gtk+ libgee cairo libsensmon"
RDEPENDS_${PN} = "glib-2.0 gtk+ libgee cairo"
RSUGGESTS_${PN} = ""
-PV = "0.1+gitr${SRCPV}"
+PV = "0.11+gitr${SRCPV}"
PR = "r1"
SRC_URI = "git://gitorious.org/vala-compass/vala-compass.git;protocol=git;branch=master"
-SRCREV = "0214a81c6ab3d8604233588ae5727b851fde236d"
+SRCREV = "9ca9b568a055ff2412f0d642987421178334e683"
S = "${WORKDIR}/git"
inherit autotools vala