diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-09 15:11:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-17 11:10:04 +0000 |
commit | c52dd69c8330dffc15ef0cbd00187cea82d0d82a (patch) | |
tree | d6cf69b3c543f6bc78635effe71af60bb8844901 | |
parent | 0dea8ef67018f4a80959b372f2722e54fb635f9c (diff) | |
download | poky-c52dd69c8330dffc15ef0cbd00187cea82d0d82a.tar.gz |
epiphany: use gcr3
(From OE-Core rev: 29582ff76ad7de73f6f059f0df4ea33928d1f0e9)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_42.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_42.4.bb b/meta/recipes-gnome/epiphany/epiphany_42.4.bb index afaaefc46f..0cbe1c9c58 100644 --- a/meta/recipes-gnome/epiphany/epiphany_42.4.bb +++ b/meta/recipes-gnome/epiphany/epiphany_42.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
8 | 8 | ||
9 | DEPENDS = " \ | 9 | DEPENDS = " \ |
10 | webkitgtk \ | 10 | webkitgtk \ |
11 | gcr \ | 11 | gcr3 \ |
12 | gsettings-desktop-schemas \ | 12 | gsettings-desktop-schemas \ |
13 | nettle \ | 13 | nettle \ |
14 | json-glib \ | 14 | json-glib \ |