mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
glx: Only include compositeext.h if COMPOSITE is supported
Regressed-in: ea483af99a
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
dd0b721c97
commit
d16133e3e2
1 changed files with 3 additions and 0 deletions
|
|
@ -43,7 +43,10 @@
|
|||
#include "glxutil.h"
|
||||
#include "glxext.h"
|
||||
#include "protocol-versions.h"
|
||||
|
||||
#ifdef COMPOSITE
|
||||
#include "compositeext.h"
|
||||
#endif
|
||||
|
||||
static DevPrivateKeyRec glxScreenPrivateKeyRec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue