diff options
| -rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb | 6 |
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 @@ | |||
| 1 | SUMMARY = "WebKit web rendering engine for the GTK+ platform" | 1 | SUMMARY = "WebKit web rendering engine for the GTK+ platform" |
| 2 | DESCRIPTION = "\ | ||
| 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 | " | ||
| 2 | HOMEPAGE = "https://www.webkitgtk.org/" | 6 | HOMEPAGE = "https://www.webkitgtk.org/" |
| 3 | BUGTRACKER = "https://bugs.webkit.org/" | 7 | BUGTRACKER = "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 | ||
| 52 | PACKAGECONFIG_SOUP ?= "soup3" | 58 | PACKAGECONFIG_SOUP ?= "soup3" |
| 53 | PACKAGECONFIG ??= " \ | 59 | PACKAGECONFIG ??= " \ |
| 54 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd wayland x11', d)} \ | 60 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd wayland x11', d)} \ |
