From 763319ec1e787a12733ae138dee295aabd327882 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 15 Mar 2012 08:28:53 +0100 Subject: wimmel_gl: Use EGL instead of GLUT by default That way we can create a context and make it current without creating a window. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 310f1d9..a88cebe 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ wimmel_gl: wimmel_gl.o util.o wimmel_gl: - $(CC) -lglut `pkg-config --cflags --libs gtk+-2.0 glib-2.0` -o $@ $+ + $(CC) `pkg-config --cflags --libs gtk+-2.0 glib-2.0 egl gl` -o $@ $+ -- cgit