diff options
author | Brian Paul <[email protected]> | 2014-08-04 14:15:05 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-08-04 15:22:48 -0600 |
commit | a3bdbef020614b1757a4374cc3419b0e0860aa4d (patch) | |
tree | 44af310ad0f177d2a8b795b239cf56b279da2c48 /src | |
parent | d6a7ff6d3ba1448eac9bf1bb197ef022e2fde2ca (diff) |
wmesa: link with mesautil
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/windows/gdi/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/windows/gdi/SConscript b/src/mesa/drivers/windows/gdi/SConscript index 10a7eeaa19f..1f4d7e1faa2 100644 --- a/src/mesa/drivers/windows/gdi/SConscript +++ b/src/mesa/drivers/windows/gdi/SConscript @@ -3,6 +3,7 @@ Import('*') env = env.Clone() env.Prepend(CPPPATH = [ + '#src', '#src/mapi', '#src/mesa', ]) @@ -16,6 +17,7 @@ if not env['gles']: env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS']) env.Prepend(LIBS = [ + mesautil, glapi, mesa, glsl, |