Workaround broken CI system
It doesn't know XCB_GE_GENERIC.
This commit is contained in:
parent
857219546f
commit
b56ed80de1
1 changed files with 3 additions and 0 deletions
3
main.cpp
3
main.cpp
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue