blob: 51d6e56983a543a269cca0a488eaeb0e405d9bd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "GPL"
PR = "r0"
inherit gpe
DEPENDS = "libgpewidget"
SECTION = "gpe"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
FILES_${PN} += "${datadir}/gpe/pixmaps"
FILES_${PN} += "${datadir}/application-registry"
DESCRIPTION = "GPE image viewer application"
export CVSBUILD = no
|