mesa/drivers: Add missing mesautil lib to Haiku swrast

* Resolves missing util_format_linear_to_srgb_8unorm_table symbol.

(cherry picked from commit ad2ffd3bc6)
This commit is contained in:
Alexander von Gluck IV 2014-12-11 03:28:50 +00:00 committed by Emil Velikov
parent 57868b1ee4
commit 90239276ff

View file

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