projects
/
platform
/
upstream
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3fc66
)
Libs.private needs freetype libraries
author
Keith Packard
<keithp@keithp.com>
Sat, 24 May 2008 23:32:27 +0000
(16:32 -0700)
committer
Keith Packard
<keithp@keithp.com>
Sat, 24 May 2008 23:32:27 +0000
(16:32 -0700)
To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in
Libs.private.
fontconfig.pc.in
patch
|
blob
|
history
diff --git
a/fontconfig.pc.in
b/fontconfig.pc.in
index
d7c02c7
..
e2f6898
100644
(file)
--- a/
fontconfig.pc.in
+++ b/
fontconfig.pc.in
@@
-7,5
+7,5
@@
Name: Fontconfig
Description: Font configuration and customization library
Version: @VERSION@
Libs: -L${libdir} -lfontconfig
-Libs.private: @EXPAT_LIBS@
+Libs.private: @EXPAT_LIBS@
@FREETYPE_LIBS@
Cflags: -I${includedir}