summarylogtreecommitdiffstats
path: root/freetype2_path_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'freetype2_path_fix.patch')
-rw-r--r--freetype2_path_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/freetype2_path_fix.patch b/freetype2_path_fix.patch
new file mode 100644
index 000000000000..bcc173e06f10
--- /dev/null
+++ b/freetype2_path_fix.patch
@@ -0,0 +1,11 @@
+--- a/crengine/src/lvfntman.cpp
++++ b/crengine/src/lvfntman.cpp
+@@ -53,7 +53,7 @@
+ #else
+
+ #ifdef USE_FREETYPE2
+-#include <freetype2/config/ftheader.h>
++#include <freetype2/freetype/config/ftheader.h>
+ #else
+ #include <freetype/config/ftheader.h>
+ #endif