diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-31 20:10:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-31 20:10:18 +0000 |
commit | de7ec2487e46e7ff12950717d7e575c6b8301c96 (patch) | |
tree | 3b122c3e47094842d98dd9fbb1b897ebedd8516f /packages/puzzles | |
parent | 582cafc92e1ffc1c3382a3aa119f5c517e7b612c (diff) |
oh-puzzles: add libowl to dependencies [should be done in poky as well]
Diffstat (limited to 'packages/puzzles')
-rw-r--r-- | packages/puzzles/oh-puzzles_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/puzzles/oh-puzzles_svn.bb b/packages/puzzles/oh-puzzles_svn.bb index 85d742ce90..67643cb281 100644 --- a/packages/puzzles/oh-puzzles_svn.bb +++ b/packages/puzzles/oh-puzzles_svn.bb @@ -1,16 +1,16 @@ DESCRIPTION = "Portable Puzzle Collection" LICENSE = "MIT" SECTION = "x11" -DEPENDS = "gtk+ gconf intltool-native librsvg" +DEPENDS = "gtk+ gconf intltool-native librsvg libowl" PV = "0.1+svn${SRCDATE}" -PR = "r4" +PR = "r5" inherit autotools pkgconfig SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" S = "${WORKDIR}/${PN}" -do_install_append () { +do_install_append() { mv ${D}${bindir} ${D}/usr/games install -d ${D}/${datadir}/applications/ |