blob: f129acab949426dbf739220da60f75d3966b9ec3 (
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
29
30
31
32
33
34
35
36
37
38
39
|
This file is part of MXE.
See index.html for further information.
From c26e8bf6eeba0d7ed230dbc659e7abd8ed8277a1 Mon Sep 17 00:00:00 2001
From: Niels Kristian Bech Jensen <nkbj1970@hotmail.com>
Date: Sat, 22 Aug 2015 11:25:36 +0200
Subject: [PATCH] fix *.pc file for harfbuzz-icu
diff --git a/src/harfbuzz-icu.pc.in b/src/harfbuzz-icu.pc.in
index 949869a..59d8cbc 100644
--- a/src/harfbuzz-icu.pc.in
+++ b/src/harfbuzz-icu.pc.in
@@ -8,6 +8,7 @@ Description: HarfBuzz text shaping library ICU integration
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 --git a/src/harfbuzz.pc.in b/src/harfbuzz.pc.in
index b3e124a..e74633a 100644
--- a/src/harfbuzz.pc.in
+++ b/src/harfbuzz.pc.in
@@ -7,7 +7,8 @@ Name: harfbuzz
Description: HarfBuzz text shaping library
Version: %VERSION%
+Requires.private: cairo-ft glib-2.0
Libs: -L${libdir} -lharfbuzz
-Libs.private: %libs_private%
+Libs.private: %libs_private% -lusp10 -lgdi32
Requires.private: %requires_private%
Cflags: -I${includedir}/harfbuzz
--
2.1.4
|