Files
meta-kf5/classes/kcmutils.bbclass
Andreas Cord-Landwehr 0650add995 Introduce kcmutils class
kcmutils now uses a mandatory runtime dependency during build, which for
convenienc is provided by this new class.
2022-09-19 20:41:00 +02:00

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"