summaryrefslogtreecommitdiff
path: root/extra/inkscape/freetype.patch
blob: 84cdc1ca66a564c0bfeb4927e59e4ef09e883be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=== modified file 'src/libnrtype/FontFactory.h'
--- src/libnrtype/FontFactory.h	2010-04-15 19:00:11 +0000
+++ src/libnrtype/FontFactory.h	2013-11-28 05:54:34 +0000
@@ -31,7 +31,8 @@
 #include <pango/pangowin32.h>
 #else
 #include <pango/pangoft2.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 #endif
 
 namespace Glib