From: Vinson Lee Date: Mon, 5 Apr 2010 02:15:01 +0000 (-0700) Subject: progs: Include X11 headers and libraries in SCons build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5399c6dfa19421c5766c7a3f91c37ab5ea26c139;p=mesa.git progs: Include X11 headers and libraries in SCons build. Fixes Mac OS X SCons build. --- diff --git a/progs/SConscript b/progs/SConscript index a90e13b4cb4..4cd35fec646 100644 --- a/progs/SConscript +++ b/progs/SConscript @@ -24,6 +24,7 @@ if progs_env['platform'] == 'windows': if progs_env['platform'] == 'windows': progs_env.Prepend(LIBS = ['glu32', 'opengl32']) else: + progs_env.Tool('x11') progs_env.Prepend(LIBS = ['GLU', 'GL']) # Glut