1*4882a593SmuzhiyunSUMMARY = "WPE's backend based on a freedesktop.org stack." 2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/Igalia/WPEBackend-fdo" 3*4882a593SmuzhiyunBUGTRACKER = "https://github.com/Igalia/WPEBackend-fdo/issues" 4*4882a593Smuzhiyun 5*4882a593SmuzhiyunLICENSE = "BSD-2-Clause" 6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=1f62cef2e3645e3e74eb05fd389d7a66" 7*4882a593SmuzhiyunDEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe libepoxy" 8*4882a593Smuzhiyun 9*4882a593SmuzhiyunDEPENDS:append:class-target = " wayland-native" 10*4882a593Smuzhiyun 11*4882a593Smuzhiyuninherit meson features_check pkgconfig 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "opengl" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunSRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" 16*4882a593SmuzhiyunSRC_URI[sha256sum] = "e75b0cb2c7145448416e8696013d8883f675c66c11ed750e06865efec5809155" 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun# Especially helps compiling with clang which enable this as error when 19*4882a593Smuzhiyun# using c++11 20*4882a593SmuzhiyunCXXFLAGS += "-Wno-c++11-narrowing" 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun# This is a tweak of upstream-version-is-even needed because 23*4882a593Smuzhiyun# ipstream directory contains tarballs for other components as well. 24*4882a593SmuzhiyunUPSTREAM_CHECK_REGEX = "wpebackend-fdo-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar" 25