mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Add plasma-wayland-protocols package
New KDE internal dependency for KWayland.
This commit is contained in:
16
recipes-kdesupport/plasma-wayland-protocols.inc
Normal file
16
recipes-kdesupport/plasma-wayland-protocols.inc
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Plasma Wayland Protocols"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "extra-cmake-modules"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/* \
|
||||
${datadir}/plasma-wayland-protocols/* \
|
||||
"
|
||||
2
recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb
Normal file
2
recipes-kdesupport/plasma-wayland-protocols_1.1.1.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
plasma-wayland-protocols \
|
||||
qtbase \
|
||||
qtwayland \
|
||||
qtwayland-native \
|
||||
|
||||
Reference in New Issue
Block a user