[cogl/cogl-1.18] cogl.h: include mir renderer if the platform is supported



commit bd6bfccc4051d883b298001fd7bb8a58c359a420
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Nov 20 19:11:05 2014 +0100

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

 cogl/cogl.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 84c3951..40da05e 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]