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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user