mirror of
https://github.com/Fishwaldo/yocto-meta-kf5.git
synced 2025-03-16 04:01:37 +00:00
Add plasma-wayland-protocols package
New KDE internal dependency for KWayland.
This commit is contained in:
parent
34317cee60
commit
b19812c51e
3 changed files with 19 additions and 0 deletions
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue