gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1"
authorKoen Kooi <koen@openembedded.org>
Wed, 6 Aug 2008 08:56:34 +0000 (08:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 6 Aug 2008 08:56:34 +0000 (08:56 +0000)
classes/gnome.bbclass

index b29d86c..133859d 100644 (file)
@@ -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
 }