mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-29 20:20:33 +02:00
19 lines
609 B
BlitzBasic
19 lines
609 B
BlitzBasic
DESCRIPTION = "Plasma Wayland Protocols"
|
|
HOMEPAGE = "https://download.kde.org/stable/plasma-wayland-protocols"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
SRC_URI = "https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "da3fbbe3fa5603f9dc9aabe948a6fc8c3b451edd1958138628e96c83649c1f16"
|
|
|
|
DEPENDS = "extra-cmake-modules qtwayland-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
inherit qt6-cmake
|
|
|
|
FILES:${PN}-dev += " \
|
|
${libdir}/cmake/* \
|
|
${datadir}/plasma-wayland-protocols/* \
|
|
"
|