Merge pull request #250 from jbeich/no_opengl

Unbreak build without OpenGL
This commit is contained in:
yshui 2019-10-12 14:46:51 +01:00 committed by GitHub
commit 2d1621aee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,7 +14,9 @@
#include <xcb/xfixes.h>
#include "atom.h"
#ifdef CONFIG_OPENGL
#include "backend/gl/glx.h"
#endif
#include "common.h"
#include "compiler.h"
#include "kernel.h"