From: Khem Raj Date: Sun, 18 Apr 2021 21:32:07 +0000 (-0700) Subject: epiphany: Add missing dependency on gnutls X-Git-Tag: uninative-3.1~144 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de944399fa3dadecd3faa5054145fe0cd7adbbf7;p=openembedded-core.git epiphany: Add missing dependency on gnutls This was being pulled in by other dependencies thus far Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb index 889de16d00..ce24336ace 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb @@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ +DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \ gsettings-desktop-schemas libxml2-native \ glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal"