mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-13 00:49:33 +02:00
Add KWayland recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D6989
This commit is contained in:
18
recipes-kf5/tier1/kwayland.inc
Normal file
18
recipes-kf5/tier1/kwayland.inc
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
DESCRIPTION = "KWayland"
|
||||||
|
HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html"
|
||||||
|
LICENSE = "LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||||
|
"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
DEPENDS = "qtbase wayland-native"
|
||||||
|
|
||||||
|
SRC_URI = "git://anongit.kde.org/kwayland"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit cmake_kf5
|
||||||
|
|
||||||
|
FILES_${PN}-dev += " \
|
||||||
|
${libdir}/cmake/KF5Wayland/*.cmake \
|
||||||
|
${prefix}/mkspecs/modules/qt_KWayland*.pri \
|
||||||
|
"
|
||||||
2
recipes-kf5/tier1/kwayland_5.36.0.bb
Normal file
2
recipes-kf5/tier1/kwayland_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
require ${PN}.inc
|
||||||
|
SRCREV = "v${PV}"
|
||||||
Reference in New Issue
Block a user