summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/include_path_freetype.patch
blob: 2703bbb1f3f895895773fcdb7cdff102003c8938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -ur libgltf.org/src/Font.h libgltf/src/Font.h
--- libgltf.org/src/Font.h	2014-05-05 14:35:24.155370405 +0200
+++ libgltf/src/Font.h	2014-05-05 14:35:39.715371069 +0200
@@ -8,7 +8,7 @@
 #ifndef FONT_H
 #define FONT_H
 
-#include "freetype/ft2build.h"
+#include "ft2build.h"
 #include FT_FREETYPE_H
 #include "Texture.h"
 
@@ -49,4 +49,4 @@
 	FT_Face mFTFace;
 	unsigned int mShaderId;
 };
-#endif
\ No newline at end of file
+#endif