diff options
Diffstat (limited to 'recipes/gpe-tetris/gpe-tetris_0.6-2.bb')
-rw-r--r-- | recipes/gpe-tetris/gpe-tetris_0.6-2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpe-tetris/gpe-tetris_0.6-2.bb b/recipes/gpe-tetris/gpe-tetris_0.6-2.bb new file mode 100644 index 0000000000..70b1e7999a --- /dev/null +++ b/recipes/gpe-tetris/gpe-tetris_0.6-2.bb @@ -0,0 +1,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" |