summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2024-11-26 07:53:28 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-26 07:26:29 -0800
commita7441fe3776749a2814fd685f80714547fe2cc32 (patch)
treee298afead27402667f1e4a26a94d2fd3d6115eae
parent38f79067968fb85cee868bb447d13237584472c8 (diff)
downloadmeta-openembedded-a7441fe3776749a2814fd685f80714547fe2cc32.tar.gz
webkitgtk3: Add DESCRIPTION about API version
It took me some time to see the difference between webkitgtk and webkitgtk3. So, give a hint in the DESCRIPTION why this recipe exists. And name the pkgconf file for javascriptcoregtk to make it easier to find this recipe, when you have no clue about these API versions. Credits to Debian for lifting the fog. https://salsa.debian.org/webkit-team/webkit/-/blob/f04cf703b06ce74bb94add3f75aa7ac5603d0eae/debian/rules#L11 Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
index 3eaade5399..52bf2eb399 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
@@ -1,4 +1,8 @@
1SUMMARY = "WebKit web rendering engine for the GTK+ platform" 1SUMMARY = "WebKit web rendering engine for the GTK+ platform"
2DESCRIPTION = "\
3 This recipe builds with Gtk3 (instead of Gtk4) which results in API version 4.1 \
4 (having javascriptcoregtk-4.1.pc instead of 6.0). \
5"
2HOMEPAGE = "https://www.webkitgtk.org/" 6HOMEPAGE = "https://www.webkitgtk.org/"
3BUGTRACKER = "https://bugs.webkit.org/" 7BUGTRACKER = "https://bugs.webkit.org/"
4 8
@@ -49,6 +53,8 @@ DEPENDS += " \
49 gettext-native \ 53 gettext-native \
50 " 54 "
51 55
56# using soup2 builds (JavaScript) API version 4.0
57# using soup3 builds (JavaScript) API version 4.1
52PACKAGECONFIG_SOUP ?= "soup3" 58PACKAGECONFIG_SOUP ?= "soup3"
53PACKAGECONFIG ??= " \ 59PACKAGECONFIG ??= " \
54 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd wayland x11', d)} \ 60 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd wayland x11', d)} \