]> code.ossystems Code Review - openembedded-core.git/commitdiff
oh-puzzles: added missing dependency on libowl
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:19:07 +0000 (14:19 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:19:07 +0000 (14:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4771 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/puzzles/oh-puzzles_svn.bb

index 92544159def8e09255a46df75e4fb03e423e946e..1c6ca47f52c4557283d0653c9ead8e19d1244df5 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Portable Puzzle Collection"
 LICENSE = "MIT"
 SECTION = "x11"
-DEPENDS = "gtk+ gconf intltool-native librsvg"
+DEPENDS = "gtk+ gconf intltool-native librsvg libowl"
 
 PV = "0.1+svnr${SRCREV}"
 PR = "r7"
@@ -57,4 +57,4 @@ python __anonymous () {
         data = data + " /usr/share/applications/%s.desktop" % name
         data = data + " /etc/gconf/schemas/%s.schemas" % name
     bb.data.setVar(var, data, d)
-}
\ No newline at end of file
+}