mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
gcr: add glib-2.0 dependency
* it tries to build glib-2.0 from native sysroot without it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||
|
||||
DEPENDS = "gtk+3 p11-kit"
|
||||
DEPENDS = "gtk+3 p11-kit glib-2.0"
|
||||
|
||||
inherit autotools gnome gtk-doc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user