All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] yelp: Add option to support webkit2gtk-4-0
@ 2021-12-13  5:43 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-12-13  5:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Joshua Watt

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Joshua Watt <JPEWhacker@gmail.com>
---
 meta-gnome/recipes-gnome/yelp/yelp_41.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 += " \
     webkitgtk \
     yelp-xsl \
 "
+PACKAGECONFIG ?= ""
+
+# Enable if soup3 is enabled in webkit recipe
+PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
 
 do_configure:prepend() {
     export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-13  5:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13  5:43 [meta-gnome][PATCH] yelp: Add option to support webkit2gtk-4-0 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.