mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
test-pixmap: Fix up compilation on EGLX
We need to check for the GLX windowing system if we are to include clutter-glx.h.
This commit is contained in:
parent
62a0584f11
commit
a2d6edd422
@ -14,8 +14,10 @@
|
||||
# include <clutter/x11/clutter-x11.h>
|
||||
# include <clutter/x11/clutter-x11-texture-pixmap.h>
|
||||
|
||||
# ifdef CLUTTER_WINDOWING_GLX
|
||||
# include <clutter/glx/clutter-glx.h>
|
||||
# include <clutter/glx/clutter-glx-texture-pixmap.h>
|
||||
# endif
|
||||
|
||||
# include <X11/Xlib.h>
|
||||
# include <X11/extensions/Xcomposite.h>
|
||||
|
Loading…
Reference in New Issue
Block a user