summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/gobject-introspection.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass
index a323c1fc87..4ceb0c68b1 100644
--- a/meta/classes/gobject-introspection.bbclass
+++ b/meta/classes/gobject-introspection.bbclass
@@ -25,7 +25,7 @@ DEPENDS_append_class-native = " gobject-introspection-native"
25DEPENDS_append_class-nativesdk = " gobject-introspection-native" 25DEPENDS_append_class-nativesdk = " gobject-introspection-native"
26 26
27# This is used by introspection tools to find .gir includes 27# This is used by introspection tools to find .gir includes
28export XDG_DATA_DIRS = "${STAGING_DATADIR}" 28export XDG_DATA_DIRS = "${STAGING_DATADIR}:${STAGING_LIBDIR}"
29 29
30do_configure_prepend_class-target () { 30do_configure_prepend_class-target () {
31 # introspection.m4 pre-packaged with upstream tarballs does not yet 31 # introspection.m4 pre-packaged with upstream tarballs does not yet