mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
glut: Include X11 headers and libraries in SCons build.
Fixes Mac OS X SCons build.
This commit is contained in:
parent
efdd33985c
commit
940098e925
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ if env['platform'] == 'windows':
|
|||
'glut.def',
|
||||
]
|
||||
else:
|
||||
env.Tool('x11')
|
||||
env.PrependUnique(LIBS = [
|
||||
'GLU',
|
||||
'GL',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue