wok rev 8489
Fixed libsdl to have libglu-mesa has build depend so it will have opengl support.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 09 15:49:08 2011 +0000 (2011-02-09) |
parents | 28f06a85ec86 |
children | f6f4eb994237 |
files | libsdl/receipt |
line diff
1.1 --- a/libsdl/receipt Tue Feb 08 22:41:18 2011 +0100 1.2 +++ b/libsdl/receipt Wed Feb 09 15:49:08 2011 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg" 1.8 -BUILD_DEPENDS="xorg-dev xorg-xextproto" 1.9 +DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" 1.10 +BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender xorg-libX11 libglu-mesa xorg-xextproto " 1.11 SOURCE="SDL" 1.12 TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.libsdl.org/"