From dbad3d12e64789c3dc1fd7ca62c00db5d7b5b05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 2 Sep 2014 11:11:26 +0200 Subject: [PATCH] [kwin_wayland] define WL_SEAT_NAME_SINCE_VERSION if not defined Apparently not yet in wayland server library on build.kde.org. --- wayland_server/seat_interface.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wayland_server/seat_interface.cpp b/wayland_server/seat_interface.cpp index fef594f4c0..a8a880b072 100644 --- a/wayland_server/seat_interface.cpp +++ b/wayland_server/seat_interface.cpp @@ -24,6 +24,10 @@ along with this program. If not, see . #include #include +#ifndef WL_SEAT_NAME_SINCE_VERSION +#define WL_SEAT_NAME_SINCE_VERSION 2 +#endif + namespace KWin {