summaryrefslogtreecommitdiffstats
path: root/src/harfbuzz-1-fixes.patch
blob: e13ff3ae1c2bbc2843bbe7e90ec633c3a48278e8 (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
This file is part of MXE.
See index.html for further information.

Contains ad hoc patches for cross building.

From 037957b837680df02fc0776f19e8b4d9bdc8b876 Mon Sep 17 00:00:00 2001
From: MXE
Date: Sun, 12 May 2013 13:17:30 +1000
Subject: [PATCH] add libs for static linking


diff --git a/harfbuzz.pc.in b/harfbuzz.pc.in
index e92319e..2a49f2e 100644
--- a/src/harfbuzz.pc.in
+++ b/src/harfbuzz.pc.in
@@ -8,4 +8,6 @@ Description: Text shaping library
 Version: @VERSION@
 
 Libs: -L${libdir} -lharfbuzz
+Libs.private: -lusp10 -lgdi32
+Requires.private: icu-le cairo-ft glib-2.0
 Cflags: -I${includedir}/harfbuzz
-- 
1.8.2.2