blob: 5ba53cfc64404ed9eb6b661d66609a4ab546f60f (
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"
FILE_PR = "r1"
SRC_URI += "file://fix-makefiles.patch;patch=1"
|