Commit ec8004ae authored by Rafaël Carré's avatar Rafaël Carré

contrib: fix harfbuzz linking flags on win32

parent 87c56df7
......@@ -14,6 +14,9 @@ $(TARBALLS)/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2:
harfbuzz: harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz
$(UNPACK)
ifdef HAVE_WIN32
$(APPLY) $(SRC)/harfbuzz/win32.patch
endif
ifdef HAVE_MACOSX
$(APPLY) $(SRC)/harfbuzz/harfbuzz-osx.patch
endif
......
--- harfbuzz/harfbuzz.pc.in.orig 2012-09-13 16:21:46.883843416 +0200
+++ harfbuzz/harfbuzz.pc.in 2012-09-13 16:21:54.771843345 +0200
@@ -7,5 +7,5 @@
Description: Text shaping library
Version: @VERSION@
-Libs: -L${libdir} -lharfbuzz
+Libs: -L${libdir} -lharfbuzz -lusp10 -lgdi32
Cflags: -I${includedir}/harfbuzz
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment