blob: 150f135e9fdf2fcc167b78f71c21c52981f011b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Extended widget library for GPE phone environment."
LICENSE = "LiPS"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "gtk+ libiac libgpephone gnome-vfs libxdamage libxcomposite libgpewidget"
PV = "1.0+svnr-${SRCREV}"
PR = "r0"
inherit gpephone pkgconfig autotools
SRC_URI = "${GPEPHONE_SVN}"
S = ${WORKDIR}/${PN}
FILES_${PN} += "${datadir}/gem"
|