mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 12:00:28 +01:00
targets/libgl-gdi: link with mesautil
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
0ba5d8010d
commit
c4e23f039e
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Import('*')
|
|||
env = env.Clone()
|
||||
|
||||
env.Append(CPPPATH = [
|
||||
'#src',
|
||||
'#src/gallium/state_trackers/wgl',
|
||||
'#src/gallium/winsys/sw',
|
||||
])
|
||||
|
|
@ -17,6 +18,8 @@ env.Append(LIBS = [
|
|||
'ws2_32',
|
||||
])
|
||||
|
||||
env.Prepend(LIBS = [mesautil])
|
||||
|
||||
sources = ['libgl_gdi.c']
|
||||
drivers = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue