aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-10 15:05:36 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-11 11:00:40 +0200
commitb6fdcc552b35d52398de91f0fa375a9045b59266 (patch)
tree53e88ba5176fc83a040b51968582638268243b03 /meta-gnome
parent62c0de8e649d00520d35fb48f98bfed351a70fa5 (diff)
downloadmeta-openembedded-contrib-b6fdcc552b35d52398de91f0fa375a9045b59266.tar.gz
gtksourceview2: add dependency on libxml2
* fixes floating dependency: gtksourceview2-2.10.5: gtksourceview2 rdepends on libxml2, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
index df4d472f88..c745e345a8 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+"
+DEPENDS = "gtk+ libxml2"
PNAME = "gtksourceview"