On Sat, Nov 17, 2012 at 12:53 AM, Vinson Lee <v...@freedesktop.org> wrote: > Signed-off-by: Vinson Lee <v...@freedesktop.org> > --- > src/gallium/targets/graw-xlib/SConscript | 1 + > src/gallium/targets/libgl-xlib/SConscript | 1 + > src/mesa/drivers/x11/SConscript | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/src/gallium/targets/graw-xlib/SConscript > b/src/gallium/targets/graw-xlib/SConscript > index a535f31..9cbe7bb 100644 > --- a/src/gallium/targets/graw-xlib/SConscript > +++ b/src/gallium/targets/graw-xlib/SConscript > @@ -11,6 +11,7 @@ env.Prepend(LIBS = [ > ]) > > env.Append(LIBS = env['X11_LIBS']) > +env.Append(LIBPATH = env['X11_LIBPATH']) > > env.Append(CPPPATH = [ > '#src/gallium/drivers', > diff --git a/src/gallium/targets/libgl-xlib/SConscript > b/src/gallium/targets/libgl-xlib/SConscript > index 1b92c30..dc1ce89 100644 > --- a/src/gallium/targets/libgl-xlib/SConscript > +++ b/src/gallium/targets/libgl-xlib/SConscript > @@ -15,6 +15,7 @@ env.Append(CPPPATH = [ > env.Append(CPPDEFINES = ['USE_XSHM']) > > env.Prepend(LIBS = env['X11_LIBS']) > +env.Prepend(LIBPATH = env['X11_LIBPATH']) > > # when GLES is enabled, gl* and _glapi_* belong to bridge_glapi and > # shared_glapi respectively > diff --git a/src/mesa/drivers/x11/SConscript b/src/mesa/drivers/x11/SConscript > index cfa2815..984e6ce 100644 > --- a/src/mesa/drivers/x11/SConscript > +++ b/src/mesa/drivers/x11/SConscript > @@ -11,6 +11,7 @@ env.Append(CPPPATH = [ > env.Append(CPPDEFINES = ['USE_XSHM']) > > env.Prepend(LIBS = env['X11_LIBS']) > +env.Prepend(LIBPATH = env['X11_LIBPATH']) > > env.Prepend(LIBS = [ > glapi,
Looks OK to me, but maybe you could say in the commit message what this fixes. Reviewed-by: Brian Paul <bri...@vmware.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev