Commit graph

7 commits

Author SHA1 Message Date
Chris Wilson
459b8ae660 Make distcheck happy. 2010-07-12 11:05:57 +01:00
Chris Wilson
5262444663 glew: Define NULL 2010-06-15 10:40:36 +01:00
Andrea Canciani
c43399fa68 gl: fix compilation on MacOS X
MacOS X uses different defines to avoid multiple inclusion of GL
header files. Adding them to glew.h fixes the compilation when GL is
enabled.
2010-06-09 17:53:09 +02:00
Chris Wilson
4083f40fbd glew: don't pull in GL/glu.h 2010-03-07 16:59:57 +00:00
Chris Wilson
34dd80632e glew: Silence compiler. 2010-01-22 23:01:53 +00:00
Chris Wilson
a7e05bd602 glew: Do not assume that UNIX == GLX 2010-01-22 23:01:53 +00:00
Chris Wilson
6d4f3c40ef Add a private copy of GLEW
This appears to be the simplest mechanism to build libglew at the moment -
should a system copy be unavailable.  Fortunately libglew is now distributed
under a permissive licence.

If you want to pass 'make -C src check' you have to use the system copy,
or spend quite a bit of time cairo-fying libglew.
2009-09-14 09:26:02 +01:00