blob: b60b179e437f21200b8656783d6bc37b1e53b295 (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = GPL
inherit gpe
DESCRIPTION = "GTK+2 port of the well known game, Tetris."
DEPENDS = "gtk+ libgpewidget gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://fix-makefiles.patch;patch=1"
|