mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
57868b1ee4
commit
90239276ff
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ env.Append(CPPPATH = [
|
|||
])
|
||||
|
||||
env.Prepend(LIBS = [
|
||||
mesautil,
|
||||
glsl,
|
||||
mesa,
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue