Runtime code was merged from plasma-framework. Herby the tier was lifted to 3. For pure wayland environments there is no runtime implementation available so a stub was hacked in to make it build. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
26 lines
745 B
BlitzBasic
26 lines
745 B
BlitzBasic
SUMMARY = "Add support for global workspace shortcuts"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
"
|
|
|
|
inherit kde cmake-lib
|
|
|
|
DEPENDS += " \
|
|
kconfig \
|
|
kcoreaddons \
|
|
kcrash \
|
|
kdbusaddons \
|
|
ki18n \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \
|
|
"
|
|
|
|
SRC_URI += "file://0001-HACK-Add-a-stub-runtime-implementation-to-enable-bui.patch"
|
|
SRCREV = "95d4ac8b5948c46bce9af97e6ad61c29c09c5e40"
|
|
|
|
# cross libs / headers
|
|
CMAKE_HIDE_ERROR[1] = "KF5GlobalAccel, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"
|
|
CMAKE_HIDE_ERROR[2] = "KF5GlobalAccel, -S${includedir}, -S${STAGING_INCDIR}"
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1 ${datadir}/kservices5"
|