# HG changeset patch # User Christopher Rogers # Date 1297266548 0 # Node ID 607d4d3f2c49e0255657debcb61f47b115c7b9d1 # Parent 28f06a85ec8604a75047ce1cb091a16edb868187 Fixed libsdl to have libglu-mesa has build depend so it will have opengl support. diff -r 28f06a85ec86 -r 607d4d3f2c49 libsdl/receipt --- a/libsdl/receipt Tue Feb 08 22:41:18 2011 +0100 +++ b/libsdl/receipt Wed Feb 09 15:49:08 2011 +0000 @@ -5,8 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg" -BUILD_DEPENDS="xorg-dev xorg-xextproto" +DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" +BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender xorg-libX11 libglu-mesa xorg-xextproto " SOURCE="SDL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/"