Files
meta-kf5/classes/kauth.bbclass
Andreas Cord-Landwehr bcf1d831ea Use append syntax for classes
The preferred way for bitbake classes is the append syntax because it
does not interact with the += syntax in derived recipes.
2022-05-28 11:52:38 +02:00

14 lines
298 B
Plaintext

# Class for recipes using KAuth host tools
#
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DEPENDS:append = " \
kauth \
kauth-native \
polkit-qt-1 \
"
EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"