diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 15:05:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 11:00:40 +0200 |
commit | b6fdcc552b35d52398de91f0fa375a9045b59266 (patch) | |
tree | 53e88ba5176fc83a040b51968582638268243b03 /meta-gnome/recipes-gnome | |
parent | 62c0de8e649d00520d35fb48f98bfed351a70fa5 (diff) | |
download | meta-openembedded-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/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 2 |
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 df4d472f8..c745e345a 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/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | DEPENDS = "gtk+" | 7 | DEPENDS = "gtk+ libxml2" |
8 | 8 | ||
9 | PNAME = "gtksourceview" | 9 | PNAME = "gtksourceview" |
10 | 10 | ||