summaryrefslogtreecommitdiffstats
path: root/meta/classes/gnome.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/gnome.bbclass')
-rw-r--r--meta/classes/gnome.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass
index b29d86cefd..25d1778851 100644
--- a/meta/classes/gnome.bbclass
+++ b/meta/classes/gnome.bbclass
@@ -13,6 +13,8 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \
13 13
14inherit autotools pkgconfig gconf 14inherit autotools pkgconfig gconf
15 15
16EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
17
16gnome_stage_includes() { 18gnome_stage_includes() {
17 autotools_stage_includes 19 autotools_stage_includes
18} 20}