Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier3/krunner.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
0003 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006 
0007 LICENSE = "LGPL-2.0-or-later & LGPL-2.1-only"
0008 PR = "r0"
0009 
0010 DEPENDS = " \
0011     qtbase \
0012     qtdeclarative \
0013     libxml2-native \
0014     kconfig \
0015     kconfig-native \
0016     kcoreaddons \
0017     kcoreaddons-native \
0018     kio \
0019     kauth-native \
0020     kservice \
0021     plasma-framework \
0022     kpackage-native \
0023     solid \
0024     threadweaver \
0025 "
0026 
0027 require krunner_metainfo.inc
0028 inherit cmake_kf5
0029 inherit ki18n
0030 inherit reuse_license_checksums
0031 
0032 FILES:${PN} += " \
0033     ${libdir}/qml/org/kde/runnermodel/* \
0034 "