wok-next diff openttd/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 | 0fcf48f89432 |
children | 9d604775ef23 |
line diff
1.1 --- a/openttd/receipt Wed Feb 28 14:43:56 2018 +0200 1.2 +++ b/openttd/receipt Wed Feb 28 17:32:31 2018 +0200 1.3 @@ -10,8 +10,8 @@ 1.4 WEB_SITE="http://www.openttd.org" 1.5 WGET_URL="http://us.binaries.openttd.org/binaries/releases/$VERSION/$TARBALL" 1.6 1.7 -DEPENDS="libsdl lzo zlib libpng icu" 1.8 -BUILD_DEPENDS="libsdl-dev lzo-dev zlib-dev libpng-dev xz-dev icu-dev" 1.9 +DEPENDS="libsdl lzo zlib libpng16 icu" 1.10 +BUILD_DEPENDS="libsdl-dev lzo-dev zlib-dev libpng16-dev xz-dev icu-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()