Unbreak -Dopengl=false clean build

In file included from ../src/x.c:17:
../src/backend/gl/glx.h:10:10: fatal error: 'GL/glx.h' file not found
 #include <GL/glx.h>
         ^~~~~~~~~~
This commit is contained in:
Jan Beich 2019-10-12 13:29:10 +00:00
parent 945dc179f5
commit bd5a5fb568
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"