cogl.h: include mir renderer if the platform is supported

This commit is contained in:
Marco Trevisan (Treviño) 2014-11-20 19:11:05 +01:00
parent 77e28d4a77
commit bd6bfccc40

View File

@ -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