yelp: use libsoup-3.0 by default

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2022-11-07 20:04:53 +01:00
committed by Khem Raj
parent 58c538fda7
commit 0e600e3616
+4 -2
View File
@@ -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
}