blob: 770b028de956fbac88102c4cae8ce5dffe9d6397 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
DESCRIPTION = "A cellphone status panel to be used with gpe-applauncher."
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
DEPENDS = "gtk+ libgpephone dbus-glib"
GPE_TARBALL_SUFFIX= "gz"
inherit gpephone autotools
FILES_${PN} += "${datadir}/themes"
|