mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
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-display.h>
|
||||
#endif
|
||||
#if defined (COGL_HAS_EGL_PLATFORM_MIR_SUPPORT)
|
||||
#include <cogl/cogl-mir-renderer.h>
|
||||
#endif
|
||||
#ifdef COGL_HAS_WIN32_SUPPORT
|
||||
#include <cogl/cogl-win32-renderer.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user