summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-02-01 19:08:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:26 +0100
commita975cd8e984383c3822537abb673d3c8294de93b (patch)
tree8829e4553a5cbae038c9805b993a91750f41a524 /meta-oe/recipes-navigation
parent0d80e47ce2c23f80a5394e8467fe86d64a9c3b2c (diff)
downloadmeta-openembedded-a975cd8e984383c3822537abb673d3c8294de93b.tar.gz
geoclue: add missing dependency on gobject-introspection-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb
index 3170d44ef..1d531aec7 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb
@@ -8,7 +8,7 @@ SECTION = "console/network"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd" 9LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd"
10 10
11DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native" 11DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native gobject-introspection-native"
12 12
13inherit autotools pkgconfig gtk-doc 13inherit autotools pkgconfig gtk-doc
14 14