[cogl] Revert "Initial build of a Quartz winsys stub"
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Revert "Initial build of a Quartz winsys stub"
- Date: Wed, 1 Jun 2011 19:47:02 +0000 (UTC)
commit 5a9b92a4a5f02f08661c8d241a41d82395745ab8
Author: Robert Bragg <robert linux intel com>
Date: Wed Jun 1 13:45:42 2011 +0100
Revert "Initial build of a Quartz winsys stub"
This reverts commit b2e41f1bfa53fe316bd42228fa26fc1d6dab5e9e.
We are backing out the quartz specific stub winsys since we can simply
use the generic stub winsys on quartz until we develop a standalone
winsys. Since we plan on removing all special cases for the stub winsys
by handling with a winsys vtable like all the others it's better if we
don't introduce a quartz specific stub.
cogl/Makefile.am | 10 ----
cogl/winsys/cogl-winsys-quartz.c | 112 --------------------------------------
2 files changed, 0 insertions(+), 122 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 35d5bc6..a0ccc39 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -331,10 +331,6 @@ cogl_sources_c += \
$(srcdir)/winsys/cogl-winsys-wgl.c \
$(srcdir)/winsys/cogl-winsys-wgl-feature-functions.h
endif
-if SUPPORT_QUARTZ
-cogl_sources_c += \
- $(srcdir)/winsys/cogl-winsys-quartz.c
-endif
if SUPPORT_EGL_PLATFORM_POWERVR_X11
cogl_sources_c += \
$(srcdir)/winsys/cogl-winsys-egl.c
@@ -371,15 +367,9 @@ include $(top_srcdir)/build/autotools/Makefile.am.enums
lib_LTLIBRARIES += libcogl.la
libcogl_la_LIBADD = -lm $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
-
if SUPPORT_GLX
libcogl_la_LIBADD += -ldl
endif
-
-if SUPPORT_QUARTZ
-libcogl_la_LIBADD += -ldl
-endif
-
# XXX: The aim is to eventually get rid of all private API exports
# for cogl-pango.
libcogl_la_LDFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]