cogl.h: include mir renderer if the platform is supported
This commit is contained in:
parent
77e28d4a77
commit
bd6bfccc40
@ -138,6 +138,9 @@
|
|||||||
#include <cogl/cogl-kms-renderer.h>
|
#include <cogl/cogl-kms-renderer.h>
|
||||||
#include <cogl/cogl-kms-display.h>
|
#include <cogl/cogl-kms-display.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if defined (COGL_HAS_EGL_PLATFORM_MIR_SUPPORT)
|
||||||
|
#include <cogl/cogl-mir-renderer.h>
|
||||||
|
#endif
|
||||||
#ifdef COGL_HAS_WIN32_SUPPORT
|
#ifdef COGL_HAS_WIN32_SUPPORT
|
||||||
#include <cogl/cogl-win32-renderer.h>
|
#include <cogl/cogl-win32-renderer.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user