wok diff jpeg-dev/receipt @ rev 23873

bluez-alsa, squidclamav, weston: tiny fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 15:44:40 2020 +0000 (2020-06-25)
parents 038e3e646808
children 9a3f3ff0d575
line diff
     1.1 --- a/jpeg-dev/receipt	Sat Feb 29 14:32:09 2020 +0100
     1.2 +++ b/jpeg-dev/receipt	Thu Jun 25 15:44:40 2020 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="MIT"
     1.5  WEB_SITE="https://www.ijg.org/"
     1.6  
     1.7 -DEPENDS="jpeg libjpeg"
     1.8 +DEPENDS="jpeg libjpeg pkg-config"
     1.9  WANTED="jpeg"
    1.10  
    1.11  HOST_ARCH="i486 arm"
    1.12 @@ -22,4 +22,5 @@
    1.13  	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.14  	cp -a $install/usr/include		$fs/usr
    1.15  	cp -a $src/jpegint.h			$fs/usr/include
    1.16 +	cp -a $src/transupp.h			$fs/usr/include
    1.17  }