diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-11-07 20:04:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-09 10:17:15 -0800 |
| commit | 0e600e3616d1c5c52f8f218de3f80cc6ea5fe078 (patch) | |
| tree | a8424832764d31127b3a14dac19aeddbb699e6a8 | |
| parent | 58c538fda7d1b1c337d158affe2ac91b82fe97e6 (diff) | |
| download | meta-openembedded-0e600e3616d1c5c52f8f218de3f80cc6ea5fe078.tar.gz | |
yelp: use libsoup-3.0 by default
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 | } |
