From e756cdca27d1ce11ae4839ca571e43834a971670 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Apr 2012 04:12:50 +0000 Subject: Implement reshape more properly. It's not a GL demo if it's not a cube. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 6643408..9986250 100644 --- a/wscript +++ b/wscript @@ -86,7 +86,7 @@ def build(bld): else: lang = 'c' lib_source = ['pugl/pugl_x11.c'] - libs = ['X11', 'GL'] + libs = ['X11', 'GL', 'GLU'] defines = [] if bld.env['MSVC_COMPILER']: libflags = [] -- cgit v1.2.3