aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/libgnomeprint_2.6.2.bb
blob: c5ece2bc6de7a3023baa705e3001f4b2a3e711b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
FILE_PR = "r1"

DEPENDS = "libxml2 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
}