Warning, /packaging/yocto-meta-kf5/classes/kcmutils.bbclass is written in an unsupported language. File is not indexed.
0001 # Class for recipes using kcmutils host tools
0002 #
0003 # SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006
0007 DEPENDS:append = " \
0008 kcmutils \
0009 kcmutils-native \
0010 "
0011
0012 EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_LIBDIR_NATIVE}/cmake"