wok rev 8491

Fixed libsdl build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 09 17:38:58 2011 +0000 (2011-02-09)
parents f6f4eb994237
children 7bbc500bb8d3
files libsdl/receipt
line diff
     1.1 --- a/libsdl/receipt	Wed Feb 09 16:14:57 2011 +0000
     1.2 +++ b/libsdl/receipt	Wed Feb 09 17:38:58 2011 +0000
     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="xorg-libXext-dev xorg-libXrender xorg-libX11 libglu-mesa xorg-xextproto "
     1.8 +BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev libglu-mesa xorg-xextproto "
     1.9  SOURCE="SDL"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libsdl.org/"