diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-19 20:47:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 09:39:00 +0000 |
commit | 4ea73885c222a88ea99fa4a2dc0d080177d81a90 (patch) | |
tree | 791d99dc6e65e41b0be88584b3c8d694d6742a1c /meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb | |
parent | 16849053c857a5cdb58462d39b0354569def53b3 (diff) | |
download | poky-4ea73885c222a88ea99fa4a2dc0d080177d81a90.tar.gz |
webkitgtk: unbreak wayland build
webkit nowadays requires a couple of supplementary libraries for this,
so bring them in (courtesy of meta-webkit[1], which will hopefully
adjust without a lot of trouble).
[1] https://github.com/Igalia/meta-webkit/
[RP: Add missing maintainers entries]
(From OE-Core rev: 85431fe5c16ce1aa0916e57e820ff69c5aa0612a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb')
-rw-r--r-- | meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb new file mode 100644 index 0000000000..7db5806d9d --- /dev/null +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "WPE's backend based on a freedesktop.org stack." | ||
2 | HOMEPAGE = "https://github.com/Igalia/WPEBackend-fdo" | ||
3 | BUGTRACKER = "https://github.com/Igalia/WPEBackend-fdo/issues" | ||
4 | |||
5 | LICENSE = "BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f62cef2e3645e3e74eb05fd389d7a66" | ||
7 | DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe" | ||
8 | |||
9 | DEPENDS_append_class-target = " wayland-native" | ||
10 | |||
11 | inherit cmake | ||
12 | |||
13 | SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" | ||
14 | SRC_URI[sha256sum] = "6249a0b7cbfa662206a8d2fa24e2c574e75c681ad0e93468091f1dc68ddb299d" | ||
15 | |||