diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-12-12 21:41:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 08:15:33 -0800 |
commit | abea11781a677011cbebb42582b2cde8e527bdfe (patch) | |
tree | 13a9188bb47babee8a62e358c0c7094ac7459381 | |
parent | ff96debac5258bb720379b120e4e987d3ee43ea4 (diff) | |
download | meta-openembedded-abea11781a677011cbebb42582b2cde8e527bdfe.tar.gz |
yelp: Add option to support webkit2gtk-4-0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Joshua Watt <JPEWhacker@gmail.com>
-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 |