blob: 4b090585653121cc87b441df761cad191ed43662 (
plain)
1
2
3
4
5
6
7
8
9
10
|
inherit gpe
LICENSE = "PD"
DESCRIPTION = "A simple light puzzle."
DEPENDS = "gtk+ libgpewidget gpe-icons"
SECTION = "gpe/games"
PRIORITY = "optional"
PR = "r1"
SRC_URI += "file://fix-makefiles.patch;patch=1"
|