From b51fb1f8b953dbb3aec2c784aa22f322858e58b5 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. --- src/wayland/seat_interface.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wayland/seat_interface.cpp b/src/wayland/seat_interface.cpp index fef594f4c0..a8a880b072 100644 --- a/src/wayland/seat_interface.cpp +++ b/src/wayland/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 {