From a1329fa93e55548110d5a769d55dd50265e4670e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 12 Jun 2012 20:02:53 +0200 Subject: [PATCH] Revert "fontconfig: build as static library" This reverts commit 0f862440c985d053fcaa39b3a834676fe2b95187. --- packages/x11/other/fontconfig/build | 4 ++-- packages/x11/other/fontconfig/install | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/x11/other/fontconfig/build b/packages/x11/other/fontconfig/build index 0e9d7bfb9a..f0919f414f 100755 --- a/packages/x11/other/fontconfig/build +++ b/packages/x11/other/fontconfig/build @@ -32,8 +32,8 @@ cd $PKG_BUILD --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --enable-static \ - --disable-shared \ + --disable-static \ + --enable-shared \ --with-arch=$TARGET_ARCH \ --with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \ --with-default-fonts=/usr/share/fonts/liberation \ diff --git a/packages/x11/other/fontconfig/install b/packages/x11/other/fontconfig/install index 4d25e498d2..805932157d 100755 --- a/packages/x11/other/fontconfig/install +++ b/packages/x11/other/fontconfig/install @@ -22,6 +22,9 @@ . config/options $1 +mkdir -p $INSTALL/usr/lib + cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib + mkdir -p $INSTALL/usr/bin cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin