aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-opie/libopie/libopie2_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-opie/libopie/libopie2_git.bb b/recipes-opie/libopie/libopie2_git.bb
index 86d4d83..5355b83 100644
--- a/recipes-opie/libopie/libopie2_git.bb
+++ b/recipes-opie/libopie/libopie2_git.bb
@@ -1,10 +1,13 @@
require ${PN}.inc
PV = "${OPIE_GIT_PV}"
-PR = "r14"
+PR = "r15"
SRC_URI = "${OPIE_GIT};protocol=git;subpath=libopie2 \
file://include.pro"
+# libdbus-qt2 is needed for new bluez4 support
+DEPENDS += "libdbus-qt2"
+
# FIXME remove this!
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch"