summaryrefslogtreecommitdiffstats
path: root/src/fontconfig.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-01 01:26:09 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-01 01:26:09 (GMT)
commit78ccfaaa6503d81ae2a1166ea455ac722647de8f (patch)
tree4490ccf7607998eb805bf81bb48d34d5c9c2184d /src/fontconfig.mk
parent15da76cfb3242059fde1d65a19823b005b39963e (diff)
downloadmxe-78ccfaaa6503d81ae2a1166ea455ac722647de8f.zip
mxe-78ccfaaa6503d81ae2a1166ea455ac722647de8f.tar.gz
mxe-78ccfaaa6503d81ae2a1166ea455ac722647de8f.tar.bz2
corrected library dependencies and disabled dangling DLL stuff in packages atk, cairo, fontconfig, glib, gtk and pango
Diffstat (limited to 'src/fontconfig.mk')
-rw-r--r--src/fontconfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk
index 03d2bff..059f819 100644
--- a/src/fontconfig.mk
+++ b/src/fontconfig.mk
@@ -20,6 +20,7 @@ define $(PKG)_BUILD
$(SED) 's,^install-data-local:.*,install-data-local:,' -i '$(1)/src/Makefile.in'
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure'
+ sed 's,^\(Libs:.*\),\1 @EXPAT_LIBS@ @FREETYPE_LIBS@,' -i '$(1)/fontconfig.pc.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \