From 2aca0648f1fd8cec4bcb81f773e61246ae906994 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 8 Nov 2023 10:41:34 +0200 Subject: [PATCH] Update .kde-ci.yml to reflect that kwayland is in plasma --- .kde-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 62365d48e8..684ffd38e4 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -22,18 +22,18 @@ Dependencies: 'frameworks/krunner': '@latest-kf6' 'frameworks/kservice': '@latest-kf6' 'frameworks/ksvg': '@latest-kf6' - 'frameworks/kwayland': '@latest-kf6' 'frameworks/kwidgetsaddons': '@latest-kf6' 'frameworks/kwindowsystem': '@latest-kf6' 'frameworks/kxmlgui': '@latest-kf6' 'libraries/libqaccessibilityclient': '@latest-kf6' 'libraries/plasma-wayland-protocols': '@latest-kf6' - 'plasma/kactivities': '@same' 'plasma/breeze': '@same' + 'plasma/kactivities': '@same' 'plasma/kdecoration': '@same' 'plasma/kglobalacceld': '@same' 'plasma/kpipewire': '@same' 'plasma/kscreenlocker': '@same' + 'plasma/kwayland': '@same' 'third-party/wayland': '@latest' 'third-party/wayland-protocols': '@latest'