[cogl] configure: remove the --enable-quartz option
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] configure: remove the --enable-quartz option
- Date: Wed, 1 Jun 2011 19:47:12 +0000 (UTC)
commit 80e7e0ef49dfc4b9143a9191d8f862055b5b9998
Author: Robert Bragg <robert linux intel com>
Date: Wed Jun 1 14:30:09 2011 +0100
configure: remove the --enable-quartz option
Until we have a standalone quartz winsys we don't want to define a
winsys name called "quartz" which is what the current --enable-quartz
option does. For now anyone building for OSX needs to use the stub
winsys and setup their own GL context.
configure.ac | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0b2beae..6173033 100644
--- a/configure.ac
+++ b/configure.ac
@@ -561,29 +561,6 @@ AS_IF([test "x$enable_wgl" = "xyes"],
])
AM_CONDITIONAL(SUPPORT_WGL, [test "x$SUPPORT_WGL" = "xyes"])
-AC_ARG_ENABLE(
- [quartz],
- [AC_HELP_STRING([--enable-quartz=@<:@no/yes@:>@], [Enable support for the Quartz platform @<:@default=no@:>@])],
- [],
- [AS_IF([test "x$platform_quartz" = "xyes"], [enable_quartz=yes], [enable_quartz=no])]
-)
-AS_IF([test "x$enable_quartz" = "xyes"],
- [AS_IF([test "x$platform_quartz" = "xno"],
- [AC_MSG_ERROR([OpenGL framework not support with $COGL_DRIVER driver])])
-
- AS_IF([test "x$enable_stub_winsys" = "xyes"],
- [AC_MSG_ERROR([Stub winsys not currently compatible with others])])
-
- SUPPORT_QUARTZ=yes
- GL_WINSYS_APIS="$GL_WINSYS_APIS quartz"
-
- AC_DEFINE([COGL_HAS_QUARTZ_SUPPORT], [1], [Cogl supports OpenGL using the Quartz framework])
- COGL_DEFINES_SYMBOLS-"$COGL_DEFINES_SYMBOLS COGL_HAS_QUARTZ_SUPPORT"
-
- #AC_DEFINE([COGL_HAS_FULL_WINSYS], [1], [Cogl can create its own OpenGL context])
- ])
-AM_CONDITIONAL(SUPPORT_QUARTZ, [test "x$SUPPORT_QUARTZ" = "xyes"])
-
EGL_PLATFORM_COUNT=0
AC_ARG_ENABLE(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]