# HG changeset patch # User Antoine Bodin # Date 1296608101 -3600 # Node ID 82d256ad6af1d2b7d52fc7623f1680aae68c8eab # Parent 8ce4dcd33bb8d663252165b4d4a462400f6d3938 Fix: xorg-libXrandr build_depends diff -r 8ce4dcd33bb8 -r 82d256ad6af1 xorg-libXrandr/receipt --- a/xorg-libXrandr/receipt Wed Feb 02 00:58:48 2011 +0100 +++ b/xorg-libXrandr/receipt Wed Feb 02 01:55:01 2011 +0100 @@ -8,7 +8,7 @@ SOURCE="libXrandr" TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libXext xorg-libXrender" -DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-randrproto" +BUILD_DEPENDS="xorg-randrproto" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL"