summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-11 11:40:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-14 11:48:46 +0100
commit4eabaefafaf8f7e2b7b3b4fbad70007df8d5d560 (patch)
tree454fe8e1da7b96dc4f83ddef1de15d4349bffaec /meta/recipes-gnome/epiphany
parent3ccd23a0dada27b3b0a7881d8cd7c6d179e4b688 (diff)
downloadpoky-4eabaefafaf8f7e2b7b3b4fbad70007df8d5d560.tar.gz
epiphany: trim down DEPENDS
(From OE-Core rev: 5a7300300e82abd4d635bb1fecf3f2ec4c96bfa3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany')
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_40.3.bb16
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_40.3.bb b/meta/recipes-gnome/epiphany/epiphany_40.3.bb
index c5dc0baefa..e74b75c802 100644
--- a/meta/recipes-gnome/epiphany/epiphany_40.3.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_40.3.bb
@@ -6,10 +6,18 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany"
6LICENSE = "GPLv3+" 6LICENSE = "GPLv3+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8 8
9DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \ 9DEPENDS = " \
10 gsettings-desktop-schemas libxml2-native \ 10 webkitgtk \
11 glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal \ 11 gcr \
12 libarchive" 12 gsettings-desktop-schemas \
13 nettle \
14 json-glib \
15 libarchive \
16 libdazzle \
17 libhandy \
18 libportal \
19 glib-2.0-native \
20 "
13 21
14GNOMEBASEBUILDCLASS = "meson" 22GNOMEBASEBUILDCLASS = "meson"
15inherit gnomebase gsettings features_check gettext mime-xdg 23inherit gnomebase gsettings features_check gettext mime-xdg