summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-12 21:41:28 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-13 08:15:33 -0800
commitabea11781a677011cbebb42582b2cde8e527bdfe (patch)
tree13a9188bb47babee8a62e358c0c7094ac7459381
parentff96debac5258bb720379b120e4e987d3ee43ea4 (diff)
downloadmeta-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.bb4
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"
24PACKAGECONFIG ?= ""
25
26# Enable if soup3 is enabled in webkit recipe
27PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
24 28
25do_configure:prepend() { 29do_configure:prepend() {
26 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool 30 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool