# HG changeset patch # User Christopher Rogers # Date 1296751973 0 # Node ID 53f06e703bedd3a49472329b98a69fac605bb3b6 # Parent 3fe66405923ba719f129bab952f8c362cdd7b70f Added setuptools to python-simplejson build depends. diff -r 3fe66405923b -r 53f06e703bed python-simplejson/receipt --- a/python-simplejson/receipt Thu Feb 03 16:47:06 2011 +0000 +++ b/python-simplejson/receipt Thu Feb 03 16:52:53 2011 +0000 @@ -10,7 +10,7 @@ WEB_SITE="http://pypi.python.org/pypi/simplejson" WGET_URL="http://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="python-dev setuptools" # Rules to configure and make the package. compile_rules() diff -r 3fe66405923b -r 53f06e703bed xorg-xf86-video-sis/receipt --- a/xorg-xf86-video-sis/receipt Thu Feb 03 16:47:06 2011 +0000 +++ b/xorg-xf86-video-sis/receipt Thu Feb 03 16:52:53 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg driver for SIS cards." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-server mesa-dri-sis" -BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto" +BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto xorg-xf86driproto" SOURCE="xf86-video-sis" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" @@ -23,6 +23,7 @@ --mandir=/usr/share/man \ --localstatedir=/var \ --with-xorg-module-dir=/usr/lib/X11/modules \ + --enable-dri \ $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install