mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: include missing headers in cogl-winsys-egl-private.h
We were missing various platform header includes in cogl-winsys-egl-private.h when building support for non KMS egl platforms. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
c2729e4ea8
commit
be40cbb8c3
@ -30,6 +30,14 @@
|
||||
#ifdef COGL_HAS_EGL_PLATFORM_KMS_SUPPORT
|
||||
#include "cogl-winsys-kms.h"
|
||||
#endif
|
||||
#ifdef COGL_HAS_EGL_PLATFORM_POWERVR_X11_SUPPORT
|
||||
#include "cogl-xlib-renderer-private.h"
|
||||
#include "cogl-xlib-display-private.h"
|
||||
#endif
|
||||
#ifdef COGL_HAS_EGL_PLATFORM_WAYLAND_SUPPORT
|
||||
#include <wayland-client.h>
|
||||
#include <wayland-egl.h>
|
||||
#endif
|
||||
|
||||
typedef enum _CoglEGLWinsysFeature
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user