wok-current diff jpeg-dev/receipt @ rev 23856

codeblocks: use wxWidgets and gcc49
author Richard Dunbar <mojo@slitaz.org>
date Tue Jun 16 23:39:15 2020 -0400 (2020-06-16)
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	Tue Jun 16 23:39:15 2020 -0400
     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  }