Workaround broken CI system

It doesn't know XCB_GE_GENERIC.
This commit is contained in:
Martin Gräßlin 2015-02-25 11:10:31 +01:00
parent 857219546f
commit b56ed80de1

View file

@ -60,6 +60,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// xcb
#include <xcb/damage.h>
#ifndef XCB_GE_GENERIC
#define XCB_GE_GENERIC 35
#endif
namespace KWin
{