From: Vinson Lee Date: Mon, 5 Apr 2010 01:07:12 +0000 (-0700) Subject: glew: Include X11 headers and libraries in SCons build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efdd33985cb38429aeae845a556db2322957e71a;p=mesa.git glew: Include X11 headers and libraries in SCons build. Fixes Mac OS X SCons build. --- diff --git a/src/glew/SConscript b/src/glew/SConscript index 45375e083a5..4b5b5b8d0ff 100644 --- a/src/glew/SConscript +++ b/src/glew/SConscript @@ -15,6 +15,7 @@ if env['platform'] == 'windows': 'user32', ]) else: + env.Tool('x11') env.PrependUnique(LIBS = [ 'GLU', 'GL',