From 0f862440c985d053fcaa39b3a834676fe2b95187 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 23 May 2012 18:10:14 +0200 Subject: [PATCH] fontconfig: build as static library Signed-off-by: Stephan Raue --- packages/x11/other/fontconfig/build | 4 ++-- packages/x11/other/fontconfig/install | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/x11/other/fontconfig/build b/packages/x11/other/fontconfig/build index f0919f414f..0e9d7bfb9a 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 \ - --disable-static \ - --enable-shared \ + --enable-static \ + --disable-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 805932157d..4d25e498d2 100755 --- a/packages/x11/other/fontconfig/install +++ b/packages/x11/other/fontconfig/install @@ -22,9 +22,6 @@ . 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