On Fri, Feb 13, 2009 at 7:04 AM, Maciej Cencora <m.cenc...@gmail.com> wrote:
> On piątek, 13 lutego 2009 15:41:49 Dan Nicholson wrote:
>>
>> Since GLEW is only needed with the GLUT demos, wouldn't this be better?
>>
>> diff --git a/configure.ac b/configure.ac
>> index 549ca90..36b5859 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1006,7 +1006,7 @@ if test "x$enable_glut" = xyes && test "$mesa_driver"
>> = osmesa; then fi
>>
>>  if test "x$enable_glut" = xyes; then
>> -    SRC_DIRS="$SRC_DIRS glut/glx"
>> +    SRC_DIRS="$SRC_DIRS glut/glx glew"
>>      GLUT_CFLAGS=""
>>      if test "x$GCC" = xyes; then
>>          GLUT_CFLAGS="-fexceptions"
>
>
> Actually demos don't build without your patches. I run make clean but it
> doesn't remove most of lib/ files so the progs/demos build succeed at first.

Yes, that was the reason for the patch.

--
Dan

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to