Warning, /packaging/yocto-meta-kde/recipes-plasma/plasma-integration.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "Plasma Integration"
0007 HOMEPAGE = ""
0008 LICENSE = "LGPL-2.0"
0009 LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.0-only.txt;md5=da48810c4ddf8e49efa031294a26b98c"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     qtx11extras \
0014     qtquickcontrols2 \
0015     qtwayland-native \
0016     kconfig \
0017     kconfigwidgets \
0018     kiconthemes \
0019     kio \
0020     knotifications \
0021     kwayland \
0022     kwidgetsaddons \
0023     kwindowsystem \
0024     breeze \
0025     libxcursor \
0026 "
0027 
0028 inherit cmake_plasma
0029 
0030 RDEPENDS:${PN} += " \
0031     perl \
0032     qtquickcontrols \
0033 "