From a253ec6e894975964aa244f3ff27651940fd9b32 Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Thu, 13 Jan 2022 22:52:13 +0100 Subject: [PATCH] Update required PlasmaWaylandProtocols version ...to reflect reality. It already needs kde-primary-output-v1.xml, which is appeared in 1.6.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebeec19f8..e1713a476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,7 @@ endif() find_package(QtWaylandScanner REQUIRED) find_package(Qt5WaylandClient) find_package(Qt5XkbCommonSupport) -find_package(PlasmaWaylandProtocols 1.5 REQUIRED) +find_package(PlasmaWaylandProtocols 1.6 REQUIRED) find_package(Wayland REQUIRED COMPONENTS Client) if(FONTCONFIG_FOUND)