Remove talloc from the SCons build system.
[mesa.git] / src / gallium / targets / libgl-gdi / SConscript
index c088d4c2ae65966340ade23f13335b5809482561..49462a8e309cf4235fdae2035f799579770c3cb9 100644 (file)
@@ -15,7 +15,6 @@ env.Append(LIBS = [
     'user32',
     'kernel32',
     'ws2_32',
-    talloc,
 ])
 
 sources = ['libgl_gdi.c']