summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp_42.2.bb6
1 files 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 += " \
22 webkitgtk \ 22 webkitgtk \
23 yelp-xsl \ 23 yelp-xsl \
24" 24"
25PACKAGECONFIG ?= "" 25PACKAGECONFIG_SOUP ?= "soup3"
26PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
26 27
27# Enable if soup3 is enabled in webkit recipe 28PACKAGECONFIG[soup2] = "--with-webkit2gtk-4-0,,"
28PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0," 29PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
29 30
31
30do_configure:prepend() { 32do_configure:prepend() {
31 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool 33 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
32} 34}