libgl-xlib: Fix missing X11 symbols.

This commit is contained in:
José Fonseca
2010-03-31 21:27:07 +01:00
parent 018aae950d
commit 36e92a0494

View File

@@ -43,6 +43,8 @@ sources = [
'xlib.c',
]
env.Tool('x11')
if 'softpipe' in env['drivers']:
env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE')
env.Prepend(LIBS = [softpipe])