cmake: bump plasma-wayland-protocols requirement

we need it to implement window protocol v18
This commit is contained in:
Harald Sitter 2024-07-17 11:20:38 +02:00
parent ae336e464e
commit 63bf2db551

View file

@ -211,7 +211,7 @@ set_package_properties(WaylandProtocols PROPERTIES
URL "https://gitlab.freedesktop.org/wayland/wayland-protocols/"
)
find_package(PlasmaWaylandProtocols 1.13.0 CONFIG)
find_package(PlasmaWaylandProtocols 1.14.0 CONFIG)
set_package_properties(PlasmaWaylandProtocols PROPERTIES
TYPE REQUIRED
PURPOSE "Collection of Plasma-specific Wayland protocols"