Add missing dependencies. See commit 420e1490523982ce671b0f389976fc1aac9fabb7 in kjournald. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
30 lines
645 B
PHP
30 lines
645 B
PHP
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Framework for interacting with systemd-journald"
|
|
HOMEPAGE = ""
|
|
LICENSE = "MIT | LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/MIT.txt;md5=4dd71a82d66fd9e3ca0cc65b8be370c0 \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
|
|
"
|
|
|
|
DEPENDS = " \
|
|
kcoreaddons \
|
|
qtbase \
|
|
qtdeclarative \
|
|
systemd \
|
|
kcrash \
|
|
kirigami \
|
|
kirigami-addons \
|
|
"
|
|
|
|
inherit cmake_kdeapp
|
|
inherit pkgconfig
|
|
inherit kf6-kconfig
|
|
|
|
RDEPENDS:${PN} += " \
|
|
qtdeclarative-qmlplugins \
|
|
"
|