mesa/drivers: Add missing mesautil lib to Haiku swrast
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Thu, 11 Dec 2014 03:28:50 +0000 (03:28 +0000)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Thu, 11 Dec 2014 03:34:15 +0000 (03:34 +0000)
* Resolves missing util_format_linear_to_srgb_8unorm_table symbol.

src/mesa/drivers/haiku/swrast/SConscript

index 2c25f727d0f653ed8c734865862363097a8b57f2..907325e32529353e7c09f67b12f803156412f02e 100644 (file)
@@ -13,6 +13,7 @@ env.Append(CPPPATH = [
 ])
 
 env.Prepend(LIBS = [
+    mesautil,
     glsl,
     mesa,
 ])