summaryrefslogtreecommitdiff
path: root/packages/libgpewidget/libgpewidget_0.107.bb
blob: 6ebab6db350556e65a54452cb9204f1e9d5eb265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE = "LGPL"
DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "gtk+ cairo libxrender gtk-doc"
PR = "r1"

GPE_TARBALL_SUFFIX = "bz2"
inherit gpe pkgconfig autotools

PACKAGES =+ "libgpewidget-bin"
FILES_libgpewidget-bin = "${bindir}"

EXTRA_OECONF = "--enable-cairo"

do_stage () {
	autotools_stage_all
}