blob: 7e448c75555265c7cad45c038d1920902dc90fab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LICENSE = "GPL"
SECTION = "x11/gnome/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
}
SRC_URI[archive.md5sum] = "b26f7f70eb67fe29f20f6312d4f3085e"
SRC_URI[archive.sha256sum] = "7869603bbda88f35652d9b70af178836ca7612119ab36084ccc35f2d51c83f13"
|