blob: 43d9a197f4624db2e371d86432e71913d401d077 (
plain)
1
2
3
4
5
6
7
8
9
|
inherit gpe
DESCRIPTION = "An Othello clone using GTK, hacked from ugothello."
DEPENDS = "gtk+ libgpewidget gpe-icons"
SECTION = "gpe/games"
PRIORITY = "optional"
PR = "r1"
SRC_URI += "file://fix-makefiles.patch;patch=1"
|