Re: [Mesa-dev] [PATCH] glx: Also put a symlink from libGL.so in lib/ for now.

2012-03-06 Thread Stéphane Marchesin
On Sat, Mar 3, 2012 at 09:11, Johannes Obermayr wrote: >  This fixes the libGLU.so.* build when a system libGL.so is not present since > it is relying on the lib/ to build against until it gets converted to > automake. > > --- >  src/glx/Makefile.am |    1 + >  1 files changed, 1 insertions(+),

[Mesa-dev] [PATCH] glx: Also put a symlink from libGL.so in lib/ for now.

2012-03-03 Thread Johannes Obermayr
This fixes the libGLU.so.* build when a system libGL.so is not present since it is relying on the lib/ to build against until it gets converted to automake. --- src/glx/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am