Don't search for non-existant Qt6XkbCommonSupport

This commit is contained in:
Antonio Rojas
2024-01-11 22:59:17 +01:00
committed by Jonathan Riddell
parent 3a31ba75f6
commit a600986562

View File

@@ -85,7 +85,6 @@ if(KPipeWire_FOUND AND PipeWire_FOUND AND PlasmaWaylandProtocols_FOUND)
find_package(KWayland REQUIRED) find_package(KWayland REQUIRED)
find_package(QtWaylandScanner REQUIRED) find_package(QtWaylandScanner REQUIRED)
find_package(Qt6WaylandClient) find_package(Qt6WaylandClient)
find_package(Qt6XkbCommonSupport)
find_package(Wayland REQUIRED COMPONENTS Client) find_package(Wayland REQUIRED COMPONENTS Client)
endif() endif()