[Cogl] [PATCH 1/3] cogland: Rename the binary back to cogland, not cogland2

Neil Roberts neil at linux.intel.com
Fri Mar 22 07:47:47 PDT 2013


This was renamed in f951d0995f8a8 but I'm not really sure why and it's
a bit confusing so let's rename it back.
---
 examples/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 101b9be..94f6c3c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -64,9 +64,9 @@ cogl_x11_tfp_LDADD = $(common_ldadd)
 endif
 
 if SUPPORT_WAYLAND_EGL_SERVER
-programs += cogland2
-cogland2_SOURCES = cogland.c
-cogland2_LDADD = $(common_ldadd)
+programs += cogland
+cogland_SOURCES = cogland.c
+cogland_LDADD = $(common_ldadd)
 endif
 
 cogl_gles2_context_SOURCES = cogl-gles2-context.c
-- 
1.7.11.3.g3c3efa5



More information about the Cogl mailing list