diff options
-rw-r--r-- | classes/gnome.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index e09d5b0f51..e55b029e7d 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -8,7 +8,7 @@ SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info" -inherit autotools pkgconfig +inherit autotools pkgconfig gconf gnome_stage_includes() { autotools_stage_includes |