blob: d27111a456c268548014f5fe930089b18193de97 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "WPE's backend based on a freedesktop.org stack."
2HOMEPAGE = "https://github.com/Igalia/WPEBackend-fdo"
3BUGTRACKER = "https://github.com/Igalia/WPEBackend-fdo/issues"
4
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1f62cef2e3645e3e74eb05fd389d7a66"
Andrew Geisslerc9f78652020-09-18 14:11:35 -05007DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe libepoxy"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9DEPENDS_append_class-target = " wayland-native"
10
Andrew Geisslerc9f78652020-09-18 14:11:35 -050011inherit meson features_check
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13REQUIRED_DISTRO_FEATURES = "opengl"
14
15SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
Andrew Geisslerc926e172021-05-07 16:11:35 -050016SRC_URI[sha256sum] = "3d0b4282a1bd9e0664d7a20abe14e982f3285296ac62de56cae2a404b9d28b9e"
Andrew Geissler82c905d2020-04-13 13:39:40 -050017
Andrew Geissler90fd73c2021-03-05 15:25:55 -060018# This is a tweak of upstream-version-is-even needed because
19# ipstream directory contains tarballs for other components as well.
20UPSTREAM_CHECK_REGEX = "wpebackend-fdo-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar"