osmesa: link with mesautil

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
Brian Paul 2014-08-04 14:14:27 -06:00
parent c4e23f039e
commit d6a7ff6d3b

View file

@ -10,6 +10,7 @@ env.Prepend(CPPPATH = [
])
env.Prepend(LIBS = [
mesautil,
glapi,
mesa,
glsl,