blob: 899ded9c6d7a962ff888feea5a2b747103c13bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
inherit flow-lossage pkgconfig gnome
FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \
${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug"
do_stage() {
autotools_stage_all
}
|