Files
meta-kf5/classes/kauth.bbclass
Volker Krause 5c95f585bf Port native tools to use KF5_HOST_TOOLING
The previous hack of just copying the native tools into the target sysroot
has several limitations:
- it no longer works with relative RPATHs being used
- it fails in the case of kpackage where we need the same tools for host
  and target
2019-02-16 13:32:41 +01:00

10 lines
188 B
Plaintext

# Class for recipes using KAuth host tools
DEPENDS += " \
kauth \
kauth-native \
polkit-qt-1 \
"
EXTRA_OECMAKE += " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"