wok rev 15349

freetype: splashutils *needs* static lib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 15:03:13 2013 +0000 (2013-09-30)
parents cb1f4002a9f7
children eb6049f398cb
files freetype/receipt splashutils/receipt
line diff
     1.1 --- a/freetype/receipt	Mon Sep 30 10:13:19 2013 +0000
     1.2 +++ b/freetype/receipt	Mon Sep 30 15:03:13 2013 +0000
     1.3 @@ -18,7 +18,6 @@
     1.4  {
     1.5  	./configure \
     1.6  		--sysconfdir=/etc \
     1.7 -		--disable-static \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make install 2>&1 | grep -v rmdir
     2.1 --- a/splashutils/receipt	Mon Sep 30 10:13:19 2013 +0000
     2.2 +++ b/splashutils/receipt	Mon Sep 30 15:03:13 2013 +0000
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="http://fbsplash.alanhaggai.org/tarballs/files/$TARBALL"
     2.5  
     2.6  DEPENDS="libjpeg libpng gpm"
     2.7 -BUILD_DEPENDS="jpeg-dev libpng-dev gpm-dev freetype"
     2.8 +BUILD_DEPENDS="jpeg-dev libpng-dev gpm-dev freetype-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()