From: Vinson Lee Date: Mon, 5 Apr 2010 01:28:03 +0000 (-0700) Subject: glut: Include X11 headers and libraries in SCons build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=940098e9254600d990f06d1ea83558302751782e;p=mesa.git glut: Include X11 headers and libraries in SCons build. Fixes Mac OS X SCons build. --- diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript index 9363b5ca5cc..29d2cc01494 100644 --- a/src/glut/glx/SConscript +++ b/src/glut/glx/SConscript @@ -78,6 +78,7 @@ if env['platform'] == 'windows': 'glut.def', ] else: + env.Tool('x11') env.PrependUnique(LIBS = [ 'GLU', 'GL',