1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

oh-puzzles: added missing dependency on libowl

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4771 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-02 14:19:07 +00:00
parent fe4bd95b09
commit 9361ec0d3a
+2 -2
View 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)
}
}