diff options
Diffstat (limited to 'packages/gpe-lights')
-rw-r--r-- | packages/gpe-lights/gpe-lights_0.12.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gpe-lights/gpe-lights_0.12.bb b/packages/gpe-lights/gpe-lights_0.12.bb index e69de29bb2..67f0ed60e0 100644 --- a/packages/gpe-lights/gpe-lights_0.12.bb +++ b/packages/gpe-lights/gpe-lights_0.12.bb @@ -0,0 +1,9 @@ +inherit gpe +LICENSE = "PD" + +DESCRIPTION = "A simple light puzzle." +DEPENDS = "gtk+ libgpewidget gpe-icons" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI += "file://fix-makefiles.patch;patch=1" |