Message ID | 20230325080256.923752-28-f_l_k@t-online.de |
---|---|
State | New |
Headers | show |
Series | [meta-gnome,01/32] polkit-gnome: add recipe | expand |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb index 200ed0f70..8064ab26e 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb @@ -16,18 +16,13 @@ DEPENDS += " \ glib-2.0-native \ gtk+3 \ appstream-glib \ + libsoup \ libxslt \ sqlite3 \ libhandy \ - webkitgtk \ + webkitgtk-4 \ yelp-xsl \ " -PACKAGECONFIG_SOUP ?= "soup3" -PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" - -PACKAGECONFIG[soup2] = "--with-webkit2gtk-4-0,," -PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0," - do_configure:prepend() { export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-)