mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3ccd23a0da
commit
4eabaefafa
@@ -6,10 +6,18 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany"
|
|||||||
LICENSE = "GPLv3+"
|
LICENSE = "GPLv3+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \
|
DEPENDS = " \
|
||||||
gsettings-desktop-schemas libxml2-native \
|
webkitgtk \
|
||||||
glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal \
|
gcr \
|
||||||
libarchive"
|
gsettings-desktop-schemas \
|
||||||
|
nettle \
|
||||||
|
json-glib \
|
||||||
|
libarchive \
|
||||||
|
libdazzle \
|
||||||
|
libhandy \
|
||||||
|
libportal \
|
||||||
|
glib-2.0-native \
|
||||||
|
"
|
||||||
|
|
||||||
GNOMEBASEBUILDCLASS = "meson"
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
inherit gnomebase gsettings features_check gettext mime-xdg
|
inherit gnomebase gsettings features_check gettext mime-xdg
|
||||||
|
|||||||
Reference in New Issue
Block a user