wok-stable diff libsdl/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 8c08820e8dfb
children b7319995b37e
line diff
     1.1 --- a/libsdl/receipt	Mon Mar 28 21:16:38 2011 +0000
     1.2 +++ b/libsdl/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Simple DirectMedia Layer (used by Qemu)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="xorg-libXext xorg-libXrender xorg-libX11"
     1.7 -BUILD_DEPENDS="libglu-mesa"
     1.8 +BUILD_DEPENDS="libglu-mesa xorg-libXt-dev xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev"
     1.9  SOURCE="SDL"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libsdl.org/"