blob: 3b1dbf1e09b294933fc6d6b34f6998c7fc6233aa [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"
7DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe"
8
9DEPENDS_append_class-target = " wayland-native"
10
11inherit cmake features_check
12
13REQUIRED_DISTRO_FEATURES = "opengl"
14
Andrew Geissler4b740dc2020-05-05 08:54:39 -050015SRC_URI[md5sum] = "456afeed22f6749f7b2a97c11660835d"
Andrew Geissler82c905d2020-04-13 13:39:40 -050016SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
Andrew Geissler4b740dc2020-05-05 08:54:39 -050017SRC_URI[sha256sum] = "7f5bd7b9d8f97b1655f4dcd39fad92719d0fb3985b251da5802df13aaa09f567"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018