[clutter/wip/cogl-winsys-egl: 32/37] dont build cogl-winsys-stub.c for EGL X11/NULL
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/cogl-winsys-egl: 32/37] dont build cogl-winsys-stub.c for EGL X11/NULL
- Date: Mon, 4 Apr 2011 12:09:17 +0000 (UTC)
commit 37ae1c7a060854e2fac3c47127af43acb56837c5
Author: Robert Bragg <robert linux intel com>
Date: Thu Mar 17 19:46:42 2011 +0000
dont build cogl-winsys-stub.c for EGL X11/NULL
clutter/cogl/cogl/Makefile.am | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/clutter/cogl/cogl/Makefile.am b/clutter/cogl/cogl/Makefile.am
index 15b8dc1..f9279b2 100644
--- a/clutter/cogl/cogl/Makefile.am
+++ b/clutter/cogl/cogl/Makefile.am
@@ -331,13 +331,11 @@ cogl_sources_c += \
endif
if SUPPORT_EGL_PLATFORM_POWERVR_X11
cogl_sources_c += \
- $(srcdir)/winsys/cogl-winsys-egl.c \
- $(srcdir)/winsys/cogl-winsys-stub.c
+ $(srcdir)/winsys/cogl-winsys-egl.c
endif
if SUPPORT_EGL_PLATFORM_POWERVR_NULL
cogl_sources_c += \
- $(srcdir)/winsys/cogl-winsys-egl.c \
- $(srcdir)/winsys/cogl-winsys-stub.c
+ $(srcdir)/winsys/cogl-winsys-egl.c
endif
if SUPPORT_EGL_PLATFORM_GDL
cogl_sources_c += \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]