wok-next diff directfb/receipt @ rev 20454

Choose between libpng16 and libpng12
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 17:32:31 2018 +0200 (2018-02-28)
parents 99d1d45ec006
children c4e53a39395a
line diff
     1.1 --- a/directfb/receipt	Sat Nov 11 16:12:32 2017 +0100
     1.2 +++ b/directfb/receipt	Wed Feb 28 17:32:31 2018 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  # Handle cross compilation.
     1.5  case "$ARCH" in
     1.6  	arm) 
     1.7 -		BUILD_DEPENDS="libpng-dev jpeg-dev freetype-dev"
     1.8 +		BUILD_DEPENDS="libpng12-dev jpeg-dev freetype-dev"
     1.9  		ARCH_ARGS="--with-gfxdrivers=none --disable-x11"
    1.10  		export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib"
    1.11  		export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include" ;;
    1.12 @@ -26,7 +26,7 @@
    1.13  
    1.14  # Handle SliTaz arch installation.
    1.15  case "$SLITAZ_ARCH" in
    1.16 -	arm) DEPENDS="libpng libjpeg freetype zlib" ;;
    1.17 +	arm) DEPENDS="libpng12 libjpeg freetype zlib" ;;
    1.18  esac
    1.19  
    1.20  # Rules to configure and make the package.