From 541497ff5f13145640016edb653e9b9b22351ad4 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 5 May 2023 10:22:39 +0200 Subject: [PATCH] Add wayland to third-party deps --- .kde-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 54bbe35..0c2351d 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -5,3 +5,5 @@ Dependencies: - 'on': ['@all'] 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' + 'third-party/wayland': '@latest' + 'third-party/wayland-protocols': '@latest'