aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libgemwidget_1.0.bb
blob: a9f02cd2459120fa1c0ce93ac1aad385745fe8a3 (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 file://libgemwidget-fixup.diff;patch=1"

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

do_stage () {
	autotools_stage_all
}