aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/libgemwidget_1.0.bb
blob: 80e4e4fecb2d01dc3ab8b9c797eaace58b6c068f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE     = "LiPS"
DESCRIPTION = "Extended widget library for GPE phone environment."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "gtk+ libiac libgpephone gnome-vfs libxdamage libxcomposite libgpewidget"
PR          = "r0"

GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools

SRC_URI += " file://disable-tests.patch;patch=1"

FILES_${PN} += "${datadir}/gem"

do_stage () {
	autotools_stage_all
}