mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
mojito: Add missing dependency on gnome-keyring
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
||||
PV = "0.0+git${SRCREV}"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib sqlite3"
|
||||
DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib sqlite3 gnome-keyring"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user