wayland: Bump plasmashell protocol version
See https://invent.kde.org/libraries/plasma-wayland-protocols/-/merge_requests/48
This commit is contained in:
parent
1680fa1318
commit
169c784c51
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue