diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-08 17:21:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:35 +0100 |
commit | 2d24824cc09a917645d48f92c3d10da2179fc700 (patch) | |
tree | 616d953a1e32a7b3ba78e742a8e9e53b7c1ca5f4 | |
parent | 0caf8d310d118a00405623fd9b55036cec37041f (diff) | |
download | meta-openembedded-2d24824cc09a917645d48f92c3d10da2179fc700.tar.gz |
libgdata: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb index b27420a16..2a6f04b4d 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
9 | 9 | ||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" |
11 | 11 | ||
12 | inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala | 12 | inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala gobject-introspection |
13 | 13 | ||
14 | do_configure_prepend_class-target () { | 14 | do_configure_prepend_class-target () { |
15 | # introspection.m4 pre-packaged with upstream tarballs does not yet | 15 | # introspection.m4 pre-packaged with upstream tarballs does not yet |