summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/include_path_glew.patch
blob: 0d516da29258667f77859cffc49f9fb64c16c106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff -ur libgltf.org/src/Camera.h libgltf/src/Camera.h
--- libgltf.org/src/Camera.h	2014-04-18 12:05:38.343008790 +0200
+++ libgltf/src/Camera.h	2014-04-18 12:05:50.331008348 +0200
@@ -8,7 +8,7 @@
 #ifndef CAMERA_H
 #define CAMERA_H
 
-#include <glew/glew.h>
+#include <GL/glew.h>
 #include <glm/glm.hpp>
 
 class CPhysicalCamera
diff -ur libgltf.org/src/Common.h libgltf/src/Common.h
--- libgltf.org/src/Common.h	2014-04-18 12:05:38.343008790 +0200
+++ libgltf/src/Common.h	2014-04-18 12:05:52.245008277 +0200
@@ -7,7 +7,7 @@
  */
 #ifndef COMMON_H
 #define COMMON_H
-#include <glew/glew.h>
+#include <GL/glew.h>
 #include <glm/glm.hpp>
 #include <string>
 #include <vector>
diff -ur libgltf.org/src/Shaders.h libgltf/src/Shaders.h
--- libgltf.org/src/Shaders.h	2014-04-18 12:05:38.343008790 +0200
+++ libgltf/src/Shaders.h	2014-04-18 12:06:02.907007884 +0200
@@ -8,7 +8,7 @@
 #ifndef SHADERS_H
 #define SHADERS_H
 
-#include <glew/glew.h>
+#include <GL/glew.h>
 #include <glm/glm.hpp>
 
 #include <string>
diff -ur libgltf.org/src/Texture.h libgltf/src/Texture.h
--- libgltf.org/src/Texture.h	2014-04-18 12:05:38.343008790 +0200
+++ libgltf/src/Texture.h	2014-04-18 12:06:06.390007755 +0200
@@ -10,7 +10,7 @@
 #include <string>
 #include <vector>
 #include <map>
-#include <glew/glew.h>
+#include <GL/glew.h>
 #include <glm/glm.hpp>
 using namespace std;