diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-11-17 22:59:52 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-11-17 22:59:52 -0800 |
commit | 3988406406ca312e018c8e95554955d2829f149f (patch) | |
tree | 80b0d858125a40faf6cd10e36de1b8d91cedb743 /xorg | |
parent | 537bcb63ed9281c40d951b771b123d47f6bf7ea3 (diff) | |
download | xrdp-proprietary-3988406406ca312e018c8e95554955d2829f149f.tar.gz xrdp-proprietary-3988406406ca312e018c8e95554955d2829f149f.zip |
added libxml2 to build
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 5 | ||||
-rw-r--r-- | xorg/X11R7.6/x11_file_list.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index e1996f25..69b035d5 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -63,6 +63,11 @@ download_file() status=$? cd .. return $status + elif [ "$file" = "libxml2-sources-2.7.8.tar.gz" ]; then + wget -cq ftp://ftp.xmlsoft.org/libxml2/libxml2-sources-2.7.8.tar.gz + status=$? + cd .. + return $status else wget -cq $download_url/$file status=$? diff --git a/xorg/X11R7.6/x11_file_list.txt b/xorg/X11R7.6/x11_file_list.txt index f90d64d9..9dd7971f 100644 --- a/xorg/X11R7.6/x11_file_list.txt +++ b/xorg/X11R7.6/x11_file_list.txt @@ -43,6 +43,7 @@ libdrm-2.4.26.tar.bz2 : libdrm-2.4.26 damageproto-1.2.1.tar.bz2 : damageproto-1.2.1 : libXdamage-1.1.3.tar.bz2 : libXdamage-1.1.3 : makedepend-1.0.3.tar.bz2 : makedepend-1.0.3 : +libxml2-sources-2.7.8.tar.gz : libxml2-2.7.8 : MesaLib-7.10.3.tar.bz2 : Mesa-7.10.3 : randrproto-1.3.2.tar.bz2 : randrproto-1.3.2 : renderproto-0.11.1.tar.bz2 : renderproto-0.11.1 : |