blob: 227a0444fd580395a291494a02cdbe0e6d9787ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- lily/pango-font.cc.orig 2013-12-16 15:49:55.000000000 +0100
+++ lily/pango-font.cc 2013-12-16 15:50:46.000000000 +0100
@@ -22,7 +22,8 @@
#define PANGO_ENABLE_BACKEND
#include <pango/pangoft2.h>
-#include <freetype/ftxf86.h>
+#include <ft2build.h>
+#include FT_XFREE86_H
#include <map>
#include <cstdio>
|