glx/apple: locate dispatch table functions to wrap by name
[mesa.git] / src / gallium / targets / dri / SConscript
index b4516598675937c7f72ec3bbe9cfb4b71af6f74b..f5c2818d04f3c6773dd63677da7d0508b6c28149 100644 (file)
@@ -3,7 +3,7 @@ Import('*')
 env = drienv.Clone()
 
 if env['suncc']:
-    print 'warning: not building dri-vmwgfx'
+    print('warning: not building dri-vmwgfx')
     Return()
 
 env.Append(CPPPATH = [
@@ -41,8 +41,10 @@ env.Prepend(LIBS = [
     pipe_loader,
     libloader,
     mesautil,
+    compiler,
     mesa,
     glsl,
+    nir,
     gallium,
     megadrivers_stub,
     dri_common,