gallium: Move sRGB <-> RGB handling to libmesautil
[mesa.git] / src / gallium / targets / graw-xlib / SConscript
index 76e4d4fd64ee409f62720f28d890d562b4bc814a..886811b4b3b3e9c1f57262b2223473862ee0c6e3 100644 (file)
@@ -7,6 +7,7 @@ env = env.Clone()
 
 env.Prepend(LIBS = [
     ws_xlib,
+    mesautil,
     gallium,
 ])