[clutter/wip/cogl-winsys-egl: 30/30] set the SUPPORT_STUB conditional for Cogl with win32/osx and wayland



commit 2b5362ea29f2bbdea79fceaa6025eed405b669d2
Author: Robert Bragg <robert linux intel com>
Date:   Tue Apr 19 17:49:18 2011 +0100

    set the SUPPORT_STUB conditional for Cogl with win32/osx and wayland

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1a98f32..b38a232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -519,6 +519,9 @@ AM_CONDITIONAL(SUPPORT_OSX, [test "x$CLUTTER_WINSYS" = "xosx"])
 AM_CONDITIONAL(SUPPORT_WIN32, [test "x$CLUTTER_WINSYS" = "xwin32"])
 AM_CONDITIONAL(SUPPORT_CEX100, [test "x$SUPPORT_EGL_PLATFORM_GDL" = "x1"])
 AM_CONDITIONAL(SUPPORT_WAYLAND, [test "x$CLUTTER_WINSYS" = "xwayland"])
+AM_CONDITIONAL(SUPPORT_STUB, [test "x$CLUTTER_WINSYS" = "xwin32" -o \
+			      "x$CLUTTER_WINSYS" = "xosx" -o \
+			      "x$CLUTTER_WINSYS" = "xwayland"])
 
 dnl === COGL driver backend =====================================================
 



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