Use optional package gl headers

This commit is contained in:
Alexander von Gluck IV 2012-01-08 01:42:10 -06:00
parent 77d663c3ea
commit 27fdeae9e1
5 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
SubDir HAIKU_TOP src add-ons screen_savers flurry ;
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
AddResources Message : Flurry.rdef ;

View File

@ -34,6 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <GL/gl.h>
#include <GL/glu.h>

View File

@ -1,4 +1,5 @@
SubDir HAIKU_TOP src apps glteapot ;
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
SetSubDirSupportedPlatformsBeOSCompatible ;

View File

@ -7,6 +7,7 @@
#define UTIL_H
#include <memory.h>
#include <stdlib.h>
#include "error.h"
template <class contents>

View File

@ -1,4 +1,5 @@
SubDir HAIKU_TOP src preferences opengl ;
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
UsePrivateHeaders interface ;