summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/include_path_freetype.patch
blob: 917b52c0dc8fece4d4de4d11e1194e6e1f776e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"