mesa/drivers: Add missing mesautil lib to Haiku swrast

* Resolves missing util_format_linear_to_srgb_8unorm_table symbol.
This commit is contained in:
Alexander von Gluck IV 2014-12-11 03:28:50 +00:00
parent ff96537759
commit ad2ffd3bc6
1 changed files with 1 additions and 0 deletions

View File

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