summaryrefslogtreecommitdiff
path: root/gnome/libgnomeprintui_2.6.2.oe
blob: a1b44b243e8db16d4e8dabd88a6905c7567c2222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "x11/libs"
PR = "r1"
DEPENDS = "libgnomeprint gtk+ libgnomecanvas gnome-icon-theme gnome-common"

inherit gnome pkgconfig

SRC_URI += "file://configure.patch;patch=1"

do_stage() {
	install -d ${STAGING_LIBDIR}
	oe_libinstall -so -a -C libgnomeprintui libgnomeprintui-2-2 ${STAGING_LIBDIR}
	gnome_stage_includes
}