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