scons: Fix graw-xlib lib order.

Avoids "undefined symbol: XShmCreateImage" error.
This commit is contained in:
José Fonseca 2012-10-17 15:28:26 +01:00
parent ea2978b11c
commit 879894552b

View file

@ -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',