aboutsummaryrefslogtreecommitdiffstats
path: root/unix/build-xorg
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-09-15 11:58:16 +0000
committerAdam Tkac <atkac@redhat.com>2010-09-15 11:58:16 +0000
commit7b0a2b50b9838ccca485660c5d4b57397a41eb85 (patch)
tree1008a8c91ee52cdf4bad5e4c987e465242a9bda2 /unix/build-xorg
parent3318a415de6d7008ce2ee13b6afe184e36745042 (diff)
downloadtigervnc-7b0a2b50b9838ccca485660c5d4b57397a41eb85.tar.gz
tigervnc-7b0a2b50b9838ccca485660c5d4b57397a41eb85.zip
[Development] build-xorg: apply patches from xorg-7.5-patches directory only.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4139 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/build-xorg')
-rwxr-xr-xunix/build-xorg5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/build-xorg b/unix/build-xorg
index 1ddff9cb..9739b57f 100755
--- a/unix/build-xorg
+++ b/unix/build-xorg
@@ -73,8 +73,9 @@ init()
if [ "$XORG_VERSION" = "7.4" ]; then
patch -p1 < $SRCDIR/unix/xserver15.patch
else
- patch -p1 < $SRCDIR/unix/xserver17.patch
- for all in `find $SRCDIR/unix/xorg-7.5-patches/ -type f`; do
+ patch -p1 < $SRCDIR/unix/xserver18.patch
+ for all in `find $SRCDIR/unix/xorg-7.5-patches/ -type f |grep '.*\.patch$'`; do
+ echo Applying $all
patch -p1 < $all
done
fi