From a600986562c3c1ae50a4338b267306980d2231bb Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Thu, 11 Jan 2024 22:59:17 +0100 Subject: [PATCH] Don't search for non-existant Qt6XkbCommonSupport --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a27d063c..2b15ff1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,6 @@ if(KPipeWire_FOUND AND PipeWire_FOUND AND PlasmaWaylandProtocols_FOUND) find_package(KWayland REQUIRED) find_package(QtWaylandScanner REQUIRED) find_package(Qt6WaylandClient) - find_package(Qt6XkbCommonSupport) find_package(Wayland REQUIRED COMPONENTS Client) endif()