libgl-xlib: Fix missing X11 symbols.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 31 Mar 2010 20:27:07 +0000 (21:27 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 31 Mar 2010 20:27:47 +0000 (21:27 +0100)
src/gallium/targets/libgl-xlib/SConscript

index efa7e79..c1614d4 100644 (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])