Re: [Mesa-dev] [PATCH] osmesa: remove GLAPI_LIB from OSMESA_LIB_DEPS

2012-02-02 Thread Brian Paul
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

Re: [Mesa-dev] [PATCH] osmesa: remove GLAPI_LIB from OSMESA_LIB_DEPS

2012-02-02 Thread Jon TURNEY
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. > --

[Mesa-dev] [PATCH] osmesa: remove GLAPI_LIB from OSMESA_LIB_DEPS

2012-02-02 Thread Brian Paul
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