From 2667da1ea72b725021d28bce37173e09e6a75001 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Nov 2022 13:48:29 -0800 Subject: [PATCH] surf: Depend on gcr3 It has been renamed in oe-core Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/surf/surf_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/surf/surf_2.1.bb b/meta-oe/recipes-graphics/surf/surf_2.1.bb index 45ae79305a..7523ed5877 100644 --- a/meta-oe/recipes-graphics/surf/surf_2.1.bb +++ b/meta-oe/recipes-graphics/surf/surf_2.1.bb @@ -5,7 +5,7 @@ SECTION = "x11/graphics" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2a6f86d002ae9ae1eb1ccc466289f146" -DEPENDS = "webkitgtk gtk+3 glib-2.0 gcr" +DEPENDS = "webkitgtk gtk+3 glib-2.0 gcr3" REQUIRED_DISTRO_FEATURES = "x11 opengl"