aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-go/gpe-go_0.05.bb
blob: 2e0ce7c634067b0c4b4fe3cfac3ceb6142f6eb99 (plain)
1
2
3
4
5
6
7
8
9
10
inherit gpe
LICENSE = "GPL"
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"