scons: Fix graw-xlib lib order.
Avoids "undefined symbol: XShmCreateImage" error.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user