[kwin_wayland] define WL_SEAT_NAME_SINCE_VERSION if not defined

Apparently not yet in wayland server library on build.kde.org.
This commit is contained in:
Martin Gräßlin 2014-09-02 11:11:26 +02:00
parent 5852a4c069
commit dbad3d12e6

View file

@ -24,6 +24,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <fcntl.h>
#include <unistd.h>
#ifndef WL_SEAT_NAME_SINCE_VERSION
#define WL_SEAT_NAME_SINCE_VERSION 2
#endif
namespace KWin
{