blob: 9b386a27559cd2b67bf44a030250985e80a79d56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
inherit gpe pkgconfig
PR = "r1"
DESCRIPTION = "GPE analog clock-watch"
DEPENDS = "gtk+ libgpewidget"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://fix_makefile.patch;patch=1 \
file://fix_install.patch;patch=1 \
file://no-render-h.patch;patch=1 \
"
|