[clutter/wip/cogl-winsys-egl: 35/37] fix: configure.ac add wayland option



commit 53612203a30a8e5aa691946d660225c6cf8107cb
Author: Robert Bragg <robert linux intel com>
Date:   Thu Mar 17 19:50:01 2011 +0000

    fix: configure.ac add wayland option

 clutter/cogl/configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/clutter/cogl/configure.ac b/clutter/cogl/configure.ac
index 5573661..bb26be2 100644
--- a/clutter/cogl/configure.ac
+++ b/clutter/cogl/configure.ac
@@ -479,6 +479,9 @@ AS_IF([test "x$enable_wayland_egl_platform" == "xyes"],
                          ],
                          [AC_MSG_ERROR([Unable to locate required wayland libraries])])
 
+        AC_DEFINE([COGL_HAS_EGL_PLATFORM_WAYLAND_SUPPORT], [1],
+                  [Cogl supports Wayland based EGL platform typedefs])
+
       ])
 AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_WAYLAND,
                [test "x$enable_wayland_egl_platform" = "xyes"])



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