wok-next diff libvncserver/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/libvncserver/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/libvncserver/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="LibVNCServer-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/LibVNC/libvncserver/archive/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake libtool openssl-dev libjpeg-turbo-dev libpng16-dev"
     1.8 +BUILD_DEPENDS="automake libtool openssl-dev libjpeg-turbo-dev libpng-dev"
     1.9  SPLIT="$PACKAGE-novnc $PACKAGE-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -29,7 +29,7 @@
    1.13  	case $PACKAGE in
    1.14  		libvncserver)
    1.15  			copy *.so*
    1.16 -			DEPENDS="openssl libjpeg-turbo libpng16 zlib"
    1.17 +			DEPENDS="openssl libjpeg-turbo libpng zlib"
    1.18  			;;
    1.19  		libvncserver-novnc)
    1.20  			copy novnc/
    1.21 @@ -39,7 +39,7 @@
    1.22  		*-dev)
    1.23  			copy @dev
    1.24  			rm -r $fs/var	# it includes 'include/' too and false recognized as dev files
    1.25 -			DEPENDS="libvncserver libjpeg-turbo-dev libpng16-dev openssl-dev \
    1.26 +			DEPENDS="libvncserver libjpeg-turbo-dev libpng-dev openssl-dev \
    1.27  			zlib-dev"
    1.28  			;;
    1.29  	esac