mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
scons: Fix graw-xlib lib order.
Avoids "undefined symbol: XShmCreateImage" error.
This commit is contained in:
parent
ea2978b11c
commit
879894552b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ env.Prepend(LIBS = [
|
|||
gallium,
|
||||
])
|
||||
|
||||
env.Prepend(LIBS = env['X11_LIBS'])
|
||||
env.Append(LIBS = env['X11_LIBS'])
|
||||
|
||||
env.Append(CPPPATH = [
|
||||
'#src/gallium/drivers',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue