mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-02-22 17:39:40 +01:00
kcmutils now uses a mandatory runtime dependency during build, which for convenienc is provided by this new class.
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# Class for recipes using kcmutils host tools
|
|
#
|
|
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DEPENDS:append = " \
|
|
kcmutils \
|
|
kcmutils-native \
|
|
"
|
|
|
|
EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|