Re: [Mesa-dev] [PATCH] scons: fix libGL build

2012-01-13 Thread Roland Scheidegger
Jose, Ah yes and actually cleanly - I could have sworn I updated that tree before :-). I'll go add the clientinfo.c file, should fix the USE_XCB case. Roland Am 13.01.2012 21:46, schrieb Jose Fonseca: > Hi Roland. > > Most of this is already fixed in commit > f9b2d2fea586f772551abbb675970b71b

Re: [Mesa-dev] [PATCH] scons: fix libGL build

2012-01-13 Thread Jose Fonseca
Hi Roland. Most of this is already fixed in commit f9b2d2fea586f772551abbb675970b71b2fdf8c9. Except clientinfo.c Jose - Original Message - > Enough to get it to work though I guess the libs should be added > somewhere > else (gallium.py? x11.py?) > --- > src/glx/SConscript |9

[Mesa-dev] [PATCH] scons: fix libGL build

2012-01-13 Thread Roland Scheidegger
Enough to get it to work though I guess the libs should be added somewhere else (gallium.py? x11.py?) --- src/glx/SConscript |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/glx/SConscript b/src/glx/SConscript index fc8ad77..7cbb170 100644 --- a/src/glx/SConscri