aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-13 18:21:50 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-13 18:21:50 +0000
commit9cc080ee05ba9d94266c92a2e6ec6b2f23184cc1 (patch)
treeebe85ffca00ba10872f6e575a1f60ce77f7fe804
parent0bb2e382312b0547cd230f310f5c3286b13314db (diff)
downloadopenembedded-core-contrib-9cc080ee05ba9d94266c92a2e6ec6b2f23184cc1.tar.gz
oh-puzzles: Set DEPENDS correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1716 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/puzzles/oh-puzzles_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb
index 75772919f3..ad978d38c0 100644
--- a/meta/packages/puzzles/oh-puzzles_svn.bb
+++ b/meta/packages/puzzles/oh-puzzles_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Portable Puzzle Collection"
LICENSE = "MIT"
SECTION = "x11"
-DEPENDS = "gtk+"
+DEPENDS = "gtk+ gconf intltool-native librsvg"
PV = "0.1+svn${SRCDATE}"
PR = "r2"