diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-06 08:56:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-06 08:56:34 +0000 |
commit | 51ace4e1f06271a4b6b18ed8b4fc9e1ee65059a3 (patch) | |
tree | 8347c4c7b49b95a72f66ab931b1ce129cb199bbe /classes | |
parent | e2def4588ac8d192172d059d09f734b515a829fb (diff) |
gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1"
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gnome.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |