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

oh-puzzles: Set DEPENDS correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1716 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-05-13 18:21:50 +00:00
parent 0bb2e38231
commit 9cc080ee05
+1 -1
View File
@@ -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"