blob: 6c94b805bc6bde922e4e6c0f3f59c0d51a374a5b (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = GPL
inherit gpe pkgconfig
DESCRIPTION = "GPE analog clock-watch"
DEPENDS = "gtk+ libgpewidget"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://fix_makefile.patch;patch=1"
|