mxe/src/harfbuzz-1-fixes.patch

26 lines
627 B
Diff
Raw Normal View History

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