diff --git a/src/x.c b/src/x.c index ed6668a..2f802f1 100644 --- a/src/x.c +++ b/src/x.c @@ -14,7 +14,9 @@ #include #include "atom.h" +#ifdef CONFIG_OPENGL #include "backend/gl/glx.h" +#endif #include "common.h" #include "compiler.h" #include "kernel.h"