aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libgemwidget_0.1.bb
blob: 5198bedbf6c2ec8a24f6f87d4aee534b2c31b609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE     = "LiPS"
DESCRIPTION = "Extended widget library for GPE phone environment."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "gtk+ libiac libgpephone"
PR          = "r1"
PE          = "1"

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
}