Warning, /packaging/yocto-meta-kf5/recipes-kdesupport/polkit-qt-1.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2017, 2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Polkit-Qt-1"
0006 LICENSE = "LGPL-2.1-only"
0007 LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c"
0008 PR = "r0"
0009 
0010 DEPENDS = "qtbase polkit"
0011 
0012 SRC_URI = "git://invent.kde.org/libraries/polkit-qt-1.git;nobranch=1;protocol=https"
0013 S = "${WORKDIR}/git"
0014 
0015 inherit cmake_kf5
0016 
0017 FILES:${PN}-dev += " \
0018     ${libdir}/cmake/PolkitQt5-1/* \
0019 "