summaryrefslogtreecommitdiff
path: root/packages/gnome/libgnomeprint_2.8.2.bb
blob: b154c5b652d91fc2bf340d8ff6337ae8f61b3604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
PR = "r2"

DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"

inherit flow-lossage pkgconfig gnome


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