Vlad Zahorodnii 2 years ago
parent 1680fa1318
commit 169c784c51

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

@ -13,7 +13,7 @@
namespace KWaylandServer
{
static const quint32 s_version = 7;
static const quint32 s_version = 8;
static QList<PlasmaShellSurfaceInterface *> s_shellSurfaces;
class PlasmaShellInterfacePrivate : public QtWaylandServer::org_kde_plasma_shell

Loading…
Cancel
Save