mirror of
https://github.com/yshui/picom.git
synced 2025-04-07 17:44:04 -04:00
Merge pull request #250 from jbeich/no_opengl
Unbreak build without OpenGL
This commit is contained in:
commit
2d1621aee4
1 changed files with 2 additions and 0 deletions
2
src/x.c
2
src/x.c
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue