mxe/src/harfbuzz-1-fixes.patch

38 lines
1.2 KiB
Diff
Raw Permalink Normal View History

This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
2017-10-17 00:21:21 +01:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2015-08-22 11:10:50 +01:00
From: Niels Kristian Bech Jensen <nkbj1970@hotmail.com>
Date: Sat, 22 Aug 2015 11:25:36 +0200
Subject: [PATCH 1/1] fix *.pc file for harfbuzz-icu
2015-08-22 11:10:50 +01:00
diff --git a/src/harfbuzz-icu.pc.in b/src/harfbuzz-icu.pc.in
2017-10-17 00:21:21 +01:00
index 1111111..2222222 100644
2015-08-22 11:10:50 +01:00
--- 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
2015-08-22 11:10:50 +01:00
diff --git a/src/harfbuzz.pc.in b/src/harfbuzz.pc.in
2017-10-17 00:21:21 +01:00
index 1111111..2222222 100644
2015-08-22 11:10:50 +01:00
--- 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
2017-10-17 00:21:21 +01:00
-Libs.private: -lm %libs_private%
+Libs.private: -lm %libs_private% -lusp10 -lgdi32
2015-08-22 11:10:50 +01:00
Requires.private: %requires_private%
Cflags: -I${includedir}/harfbuzz