blob: 1a2f4a272e29f1b11ea44125578d1db25bd6fe49 (
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"
|