# HG changeset patch # User Christopher Rogers # Date 1297273138 0 # Node ID 5bd8b59f3d1044d92fd4739f10ea22597da9426c # Parent f6f4eb994237c629f484fa0310fc0440186c0ff9 Fixed libsdl build depends. diff -r f6f4eb994237 -r 5bd8b59f3d10 libsdl/receipt --- a/libsdl/receipt Wed Feb 09 16:14:57 2011 +0000 +++ b/libsdl/receipt Wed Feb 09 17:38:58 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" -BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender xorg-libX11 libglu-mesa xorg-xextproto " +BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev libglu-mesa xorg-xextproto " SOURCE="SDL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/"