summaryrefslogtreecommitdiffstats
path: root/src/harfbuzz-1-fixes.patch
blob: b318715a84c42474c35e2586a04b68471d151360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This file is part of MXE.
See index.html for further information.

Contains ad hoc patches for cross building.

diff -ur a/src/harfbuzz-icu.pc.in b/src/harfbuzz-icu.pc.in
--- a/src/harfbuzz-icu.pc.in	2013-05-28 23:16:58.000000000 +0200
+++ b/src/harfbuzz-icu.pc.in	2013-06-26 04:14:39.078153528 +0200
@@ -8,6 +8,7 @@
 Version: %VERSION%
 
 Requires: harfbuzz
-Requires.private: icu-uc
+Requires.private: icu-uc cairo-ft glib-2.0
 Libs: -L${libdir} -lharfbuzz-icu
+Libs.private: -lusp10 -lgdi32
 Cflags: -I${includedir}/harfbuzz
diff -ur a/src/harfbuzz.pc.in b/src/harfbuzz.pc.in
--- a/src/harfbuzz.pc.in	2013-05-28 23:15:43.000000000 +0200
+++ b/src/harfbuzz.pc.in	2013-06-26 04:15:16.842154388 +0200
@@ -7,5 +7,7 @@
 Description: HarfBuzz text shaping library
 Version: %VERSION%
 
+Requires.private: cairo-ft glib-2.0
 Libs: -L${libdir} -lharfbuzz
+Libs.private: -lusp10 -lgdi32
 Cflags: -I${includedir}/harfbuzz