From 56b1238350320a171539e22acc4ebc72fed6db9b Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sun, 18 Sep 2022 19:53:56 +0200 Subject: [PATCH] Update kwallet for qca dependency --- recipes-kf5/tier3/kwallet.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes-kf5/tier3/kwallet.inc b/recipes-kf5/tier3/kwallet.inc index 9d8513a..96f4596 100644 --- a/recipes-kf5/tier3/kwallet.inc +++ b/recipes-kf5/tier3/kwallet.inc @@ -4,7 +4,7 @@ # # SPDX-License-Identifier: MIT -LICENSE = "LGPL-2.1" +LICENSE = "LGPL-2.1+" PR = "r0" DEPENDS = " \ @@ -21,8 +21,14 @@ DEPENDS = " \ kwidgetsaddons \ kwindowsystem \ libgcrypt \ + qca \ " +EXTRA_OECMAKE += " \ + -DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST} \ +" + +inherit pkgconfig require kwallet_metainfo.inc inherit cmake_kf5 inherit ki18n