mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00: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
|
#ifdef COGL_HAS_EGL_PLATFORM_KMS_SUPPORT
|
||||||
#include "cogl-winsys-kms.h"
|
#include "cogl-winsys-kms.h"
|
||||||
#endif
|
#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
|
typedef enum _CoglEGLWinsysFeature
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user