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

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"