Revert "fontconfig: build as static library"

This reverts commit 0f862440c985d053fcaa39b3a834676fe2b95187.
This commit is contained in:
Stephan Raue 2012-06-12 20:02:53 +02:00
parent 1b69080d7b
commit a1329fa93e
2 changed files with 5 additions and 2 deletions

View File

@ -32,8 +32,8 @@ cd $PKG_BUILD
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--enable-static \ --disable-static \
--disable-shared \ --enable-shared \
--with-arch=$TARGET_ARCH \ --with-arch=$TARGET_ARCH \
--with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \ --with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \
--with-default-fonts=/usr/share/fonts/liberation \ --with-default-fonts=/usr/share/fonts/liberation \

View File

@ -22,6 +22,9 @@
. config/options $1 . config/options $1
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib
mkdir -p $INSTALL/usr/bin mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin