wok-next diff stella/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 | 3d805214d753 |
children | 1ff0133b1f8c |
line diff
1.1 --- a/stella/receipt Sat Nov 30 11:34:10 2013 +0000 1.2 +++ b/stella/receipt Wed Feb 28 17:32:31 2018 +0200 1.3 @@ -11,8 +11,8 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 TAGS="emulator atari" 1.6 1.7 -DEPENDS="gcc-lib-base libsdl libpng" 1.8 -BUILD_DEPENDS="libsdl-dev libpng-dev zlib-dev" 1.9 +DEPENDS="gcc-lib-base libsdl libpng16" 1.10 +BUILD_DEPENDS="libsdl-dev libpng16-dev zlib-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()