diff options
author | Brian Paul <[email protected]> | 2014-08-04 14:13:07 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-08-04 15:22:48 -0600 |
commit | 0ba5d8010db839afda031fab1212c10fe1933a55 (patch) | |
tree | 94d15b9be10433d7aec20e61677b5251b9f6844b /src | |
parent | b0b9871f6970f04c40735b968640a5a6bd1ca2bf (diff) |
targets/egl-static: link with libmesautil.la
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/targets/egl-static/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript index 33db8e9f2a1..e423d5d2b72 100644 --- a/src/gallium/targets/egl-static/SConscript +++ b/src/gallium/targets/egl-static/SConscript @@ -32,6 +32,7 @@ env.Prepend(LIBS = [ trace, galahad, libloader, + mesautil, gallium, egl, st_egl, |