[oe-commits] Martin Jansa : gtksourceview2: add dependency on libxml2

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 14:17:11 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: a3eca394970d7c0a917762c2c7039a90fdcc9f2e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a3eca394970d7c0a917762c2c7039a90fdcc9f2e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 10 15:05:36 2014 +0200

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 at gmail.com>

---

 meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 df4d472..c745e34 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"
 



More information about the Openembedded-commits mailing list