aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libgemwidget_0.1.bb
blob: 0b670e485dcbde91c3f6de456e919115f22483f9 (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"
PR          = "r1"

GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools

# This really is not angstrom specific, but gtk 2.10 specific
# for a better solution: "patches accepted"
SRC_URI_append_angstrom = " file://gemfilechooser-NULL-callback.patch;patch=1"

do_stage () {
	autotools_stage_all
}