From b56ed80de148c6429ef2ea640bc4885d3e51be8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 25 Feb 2015 11:10:31 +0100 Subject: [PATCH] Workaround broken CI system It doesn't know XCB_GE_GENERIC. --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.cpp b/main.cpp index fd503485a7..2451549fea 100644 --- a/main.cpp +++ b/main.cpp @@ -60,6 +60,9 @@ along with this program. If not, see . // xcb #include +#ifndef XCB_GE_GENERIC +#define XCB_GE_GENERIC 35 +#endif namespace KWin {