On 11/07/2012 16:21, Eric Anholt wrote:
> Jon TURNEY writes:
>
>> Updated to address various comments:
>> [1/9] libOsmesa links with libaries in the builddir, not the srcdir
>> [2/9] libglsl use AM_V_GEN to silence generated code rules and add
>> BUILT_SOURCES to CLEANFILES
>> [4/9] Remove stra
Jon TURNEY writes:
> Updated to address various comments:
> [1/9] libOsmesa links with libaries in the builddir, not the srcdir
> [2/9] libglsl use AM_V_GEN to silence generated code rules and add
> BUILT_SOURCES to CLEANFILES
> [4/9] Remove stray -static from flags for libmesa and libmesagalli
Updated to address various comments:
[1/9] libOsmesa links with libaries in the builddir, not the srcdir
[2/9] libglsl use AM_V_GEN to silence generated code rules and add
BUILT_SOURCES to CLEANFILES
[4/9] Remove stray -static from flags for libmesa and libmesagallium
[6/9] Remove unndeded libgls
Jon TURNEY writes:
> On 13/06/2012 18:30, Eric Anholt wrote:
>> Here's a bunch more automake. We're at the point that an enterprising
>> person could potentially convert libmesa.a if they figure out how to
>> work that into the gallium build. I also haven't converted osmesa,
>> because I didn't
On 13/06/2012 18:30, Eric Anholt wrote:
> Here's a bunch more automake. We're at the point that an enterprising
> person could potentially convert libmesa.a if they figure out how to
> work that into the gallium build. I also haven't converted osmesa,
> because I didn't think I knew of any tests