wok-current diff fltk/receipt @ rev 16359

ARM: add dillo + fixes to fltk
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 21:27:49 2014 +0200 (2014-04-13)
parents c06681dd5278
children 5922ffb18ae9
line diff
     1.1 --- a/fltk/receipt	Sun Apr 13 21:11:12 2014 +0200
     1.2 +++ b/fltk/receipt	Sun Apr 13 21:27:49 2014 +0200
     1.3 @@ -17,12 +17,13 @@
     1.4  
     1.5  # Handle SliTaz arch
     1.6  case "$SLITAZ_ARCH" in
     1.7 -	arm*) DEPENDS="$DEPENDS expat fontconfig freetype jpeg libpng xorg-libXft" ;;
     1.8 +	arm*) DEPENDS="expat fontconfig freetype jpeg libpng xorg-libXft" ;;
     1.9  esac
    1.10  
    1.11  # Handle cross compilation.
    1.12  case "$ARCH" in
    1.13 -	i?86) ARCH_ARGS="--with-archflags=i386" ;;
    1.14 +	i?86) 
    1.15 +		ARCH_ARGS="--with-archflags=i386" ;;
    1.16  	arm) 
    1.17  		BUILD_DEPENDS="jpeg-dev libpng-dev xorg-libXft-dev" 
    1.18  		ARCH_ARGS="--x-includes=/cross/$ARCH/sysroot/usr/include \