blob: 344aa9717caa9dc307289f09421f6f184fbdcfbd [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 Geissler6ce62a22020-11-30 19:58:47 -060016SRC_URI[sha256sum] = "9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"
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"