mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
23 lines
382 B
PHP
23 lines
382 B
PHP
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
LICENSE = "LGPL-2.0-only"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kio \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
kdoctools \
|
|
ki18n \
|
|
"
|
|
|
|
require kdav_metainfo.inc
|
|
inherit cmake_kf5
|
|
inherit kdoctools
|
|
inherit kconfig
|
|
inherit kauth
|
|
inherit reuse_license_checksums
|