mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
62c0de8e64
commit
b6fdcc552b
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user