mirror of
https://github.com/yshui/picom.git
synced 2025-04-07 17:44:04 -04:00
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:
parent
945dc179f5
commit
bd5a5fb568
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