From 0e600e3616d1c5c52f8f218de3f80cc6ea5fe078 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 7 Nov 2022 20:04:53 +0100 Subject: [PATCH] yelp: use libsoup-3.0 by default Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb index fe3b1105c4..200ed0f709 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb @@ -22,11 +22,13 @@ DEPENDS += " \ webkitgtk \ yelp-xsl \ " -PACKAGECONFIG ?= "" +PACKAGECONFIG_SOUP ?= "soup3" +PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" -# Enable if soup3 is enabled in webkit recipe +PACKAGECONFIG[soup2] = "--with-webkit2gtk-4-0,," PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0," + do_configure:prepend() { export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool }