summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/buildx.sh
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-06-11 13:39:16 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-06-11 13:39:16 -0700
commit4b82a3ea347282362725fe7e1966eba91cf6ef02 (patch)
tree1e55ac3feb56c4cd3a0dfceb0eecbe3ded7e1ea9 /xorg/X11R7.6/buildx.sh
parent78498f66821fe68e4303836a09d42f7f11daaa21 (diff)
downloadxrdp-proprietary-4b82a3ea347282362725fe7e1966eba91cf6ef02.tar.gz
xrdp-proprietary-4b82a3ea347282362725fe7e1966eba91cf6ef02.zip
X11rdp: update to pixman 0.30
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-xxorg/X11R7.6/buildx.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh
index b778a605..18bbba46 100755
--- a/xorg/X11R7.6/buildx.sh
+++ b/xorg/X11R7.6/buildx.sh
@@ -52,8 +52,9 @@ download_file()
status=$?
cd ..
return $status
- elif [ "$file" = "pixman-0.15.20.tar.bz2" ]; then
- wget -cq http://ftp.x.org/pub/individual/lib/$file
+# note pixman updated
+ elif [ "$file" = "pixman-0.30.0.tar.bz2" ]; then
+ wget -cq http://xorg.freedesktop.org/archive/individual/lib/$file
status=$?
cd ..
return $status