diff options
-rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp_41.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb b/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb index 980b9a1ae5..36ea0e0ad1 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_41.1.bb | |||
@@ -21,6 +21,10 @@ DEPENDS += " \ | |||
21 | webkitgtk \ | 21 | webkitgtk \ |
22 | yelp-xsl \ | 22 | yelp-xsl \ |
23 | " | 23 | " |
24 | PACKAGECONFIG ?= "" | ||
25 | |||
26 | # Enable if soup3 is enabled in webkit recipe | ||
27 | PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0," | ||
24 | 28 | ||
25 | do_configure:prepend() { | 29 | do_configure:prepend() { |
26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool | 30 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool |