Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ec8004ae
Commit
ec8004ae
authored
Sep 13, 2012
by
Rafaël Carré
Browse files
contrib: fix harfbuzz linking flags on win32
parent
87c56df7
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/src/harfbuzz/rules.mak
View file @
ec8004ae
...
...
@@ -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
...
...
contrib/src/harfbuzz/win32.patch
0 → 100644
View file @
ec8004ae
--- 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment