From 2288d55d35e6e77be3a30cb8e3a46884f533948c Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Thu, 14 Apr 2022 11:30:21 +0200 Subject: [PATCH] Recipe adaptations for KF 5.93.0 --- recipes-kf5/tier2/kpty.inc | 2 ++ recipes-kf5/tier3/kio.inc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-kf5/tier2/kpty.inc b/recipes-kf5/tier2/kpty.inc index 6e8efb3..ac8f025 100644 --- a/recipes-kf5/tier2/kpty.inc +++ b/recipes-kf5/tier2/kpty.inc @@ -13,6 +13,8 @@ DEPENDS = " \ kcoreaddons-native \ " +EXTRA_OECMAKE += "-DCMAKE_DISABLE_FIND_PACKAGE_UTEMPTER=ON" + require kpty_metainfo.inc inherit cmake_kf5 inherit ki18n diff --git a/recipes-kf5/tier3/kio.inc b/recipes-kf5/tier3/kio.inc index 4950721..4621eed 100644 --- a/recipes-kf5/tier3/kio.inc +++ b/recipes-kf5/tier3/kio.inc @@ -20,6 +20,8 @@ DEPENDS = " \ kiconthemes \ kitemviews \ kjobwidgets \ + ktextwidgets \ + kwallet \ kwidgetsaddons \ kwindowsystem \ "