[oe-commits] [meta-openembedded] 13/42: rygel: fix gobject introspection

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 19:13:44 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c5313ab6d2edcde05348a1b5ac657a0f8da0877e
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Feb 22 19:19:42 2016 +0200

    rygel: fix gobject introspection
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb
index 663f55e..5cb7d43 100644
--- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb
+++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb
@@ -17,9 +17,9 @@ GNOME_COMPRESS_TYPE = "xz"
 SRC_URI[archive.md5sum] = "9fbe4fb53b6cfa2f3f3723b7649a2215"
 SRC_URI[archive.sha256sum] = "9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5"
 
-inherit gnomebase vala
+inherit gnomebase vala gobject-introspection
 
-EXTRA_OECONF = "--disable-introspection --disable-tracker-plugin --with-media-engine=gstreamer"
+EXTRA_OECONF = "--disable-tracker-plugin --with-media-engine=gstreamer"
 
 PACKAGECONFIG ?= "external mpris mediathek ruih media-export gst-launch gtk+3"
 PACKAGECONFIG[external] = "--enable-external-plugin,--disable-external-plugin"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list