haiku libGL: Move from gallium target to src/hgl
[mesa.git] / src / gallium / targets / haiku-softpipe / SConscript
index 16ce7cd9e135c3dacc4b53f94eded9b7f909578f..0381d0550eb7d2a15ce907ec0025166a9f87c571 100644 (file)
@@ -17,6 +17,8 @@ if True:
     ])
     env.Prepend(LIBS = [softpipe])
 
+env.Prepend(LIBS = [libgl])
+
 env.Append(CPPPATH = [
     '#/src/mapi',
     '#/src/mesa',