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

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "KDE Polkit Agent"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2.0+"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     kwindowsystem \
0013     kdbusaddons \
0014     kwidgetsaddons \
0015     kcoreaddons \
0016     kcrash \
0017     kiconthemes \
0018     polkit-qt-1 \
0019 "
0020 
0021 inherit cmake_plasma
0022 
0023 EXTRA_OECMAKE += " \
0024     -DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
0025 "