blob: 59b2b8526d862bad2e071372ca150ef3b4881cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
inherit gpe
DESCRIPTION = "A Go Board for GPE."
DEPENDS = "gtk+ libgpewidget gpe-icons"
RDEPENDS = "gdk-pixbuf-loader-jpeg"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r1"
SRC_URI += "file://fix-make.patch;patch=1"
|