From: Koen Kooi Date: Wed, 6 Aug 2008 08:56:34 +0000 (+0000) Subject: gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1" X-Git-Tag: Release-2010-05/1~6347^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ace4e1f06271a4b6b18ed8b4fc9e1ee65059a3;p=openembedded.git gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1" --- diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass index b29d86cefd..133859d5a0 100644 --- a/classes/gnome.bbclass +++ b/classes/gnome.bbclass @@ -13,6 +13,8 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \ inherit autotools pkgconfig gconf +AUTOTOOLS_STAGE_PKGCONFIG = "1" + gnome_stage_includes() { autotools_stage_includes }