diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-06-11 13:39:16 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-06-11 13:39:16 -0700 |
commit | 4b82a3ea347282362725fe7e1966eba91cf6ef02 (patch) | |
tree | 1e55ac3feb56c4cd3a0dfceb0eecbe3ded7e1ea9 /xorg/X11R7.6/buildx.sh | |
parent | 78498f66821fe68e4303836a09d42f7f11daaa21 (diff) | |
download | xrdp-proprietary-4b82a3ea347282362725fe7e1966eba91cf6ef02.tar.gz xrdp-proprietary-4b82a3ea347282362725fe7e1966eba91cf6ef02.zip |
X11rdp: update to pixman 0.30
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 5 |
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 |