On 02/02/2012 08:05 AM, Jon TURNEY wrote:
On 02/02/2012 14:43, Brian Paul wrote:
Fixes both the autoconf and legacy config builds.
The build was failing with "/usr/bin/ld: cannot find -lglapi" since
there was no -L flag pointing to the lib. But it's redundant anyway
since libglapi.a is already
On 02/02/2012 14:43, Brian Paul wrote:
> Fixes both the autoconf and legacy config builds.
>
> The build was failing with "/usr/bin/ld: cannot find -lglapi" since
> there was no -L flag pointing to the lib. But it's redundant anyway
> since libglapi.a is already in the CORE_MESA object list.
> --
Fixes both the autoconf and legacy config builds.
The build was failing with "/usr/bin/ld: cannot find -lglapi" since
there was no -L flag pointing to the lib. But it's redundant anyway
since libglapi.a is already in the CORE_MESA object list.
---
src/mesa/drivers/osmesa/Makefile |2 +-
1 fi