Use optional package gl headers
This commit is contained in:
parent
77d663c3ea
commit
27fdeae9e1
@ -1,4 +1,5 @@
|
||||
SubDir HAIKU_TOP src add-ons screen_savers flurry ;
|
||||
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
|
||||
|
||||
AddResources Message : Flurry.rdef ;
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,5 @@
|
||||
SubDir HAIKU_TOP src apps glteapot ;
|
||||
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#define UTIL_H
|
||||
|
||||
#include <memory.h>
|
||||
#include <stdlib.h>
|
||||
#include "error.h"
|
||||
|
||||
template <class contents>
|
||||
|
@ -1,4 +1,5 @@
|
||||
SubDir HAIKU_TOP src preferences opengl ;
|
||||
SubDirSysHdrs $(HAIKU_MESA_HEADERS) ;
|
||||
|
||||
UsePrivateHeaders interface ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user