From 8236007a784f07572cdcb5f8d45c87d6729e82e7 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 15 Mar 2012 13:35:32 +0100 Subject: wimmel_gl: Use a GLES2 context Makes it easier to check that only non-deprecated stuff is used. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0156d6c..2f72437 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ wimmel_gl: wimmel_gl.o util.o wimmel_gl: - $(CC) $(LDFLAGS) `pkg-config --cflags --libs egl gl` -o $@ $+ + $(CC) $(LDFLAGS) `pkg-config --cflags --libs egl glesv2` -o $@ $+ clean: rm -f $(PROGS) $(OBJS) -- cgit