Warning, /packaging/yocto-meta-kde/recipes-meta-oe-backports/langdale-support/wayland/wayland-protocols_1.31.bb is written in an unsupported language. File is not indexed.
0001 SUMMARY = "Collection of additional Wayland protocols" 0002 DESCRIPTION = "Wayland protocols that add functionality not \ 0003 available in the Wayland core protocol. Such protocols either add \ 0004 completely new functionality, or extend the functionality of some other \ 0005 protocol either in Wayland core, or some other protocol in \ 0006 wayland-protocols." 0007 HOMEPAGE = "http://wayland.freedesktop.org" 0008 LICENSE = "MIT" 0009 LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ 0010 file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" 0011 0012 SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" 0013 SRC_URI[sha256sum] = "a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238" 0014 0015 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" 0016 0017 inherit meson pkgconfig allarch 0018 0019 EXTRA_OEMESON += "-Dtests=false" 0020 0021 PACKAGES = "${PN}" 0022 FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 0023 0024 BBCLASSEXTEND = "native nativesdk"