mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 14:00:03 +01:00
glx: Only include compositeext.h if COMPOSITE is supported
Regressed-in:ea483af99aSigned-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> (cherry picked from commitd16133e3e2)
This commit is contained in:
parent
32760f39dd
commit
b39e5c4080
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