diff options
author | Adam Tkac <atkac@redhat.com> | 2010-09-15 11:42:54 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-09-15 11:42:54 +0000 |
commit | 3318a415de6d7008ce2ee13b6afe184e36745042 (patch) | |
tree | 083d759a9efe02cc1390d545a1d7777e54f37a41 /unix/build-xorg | |
parent | a87d0b5d70cedbb39ba0f2dcefd4a07bd238bde4 (diff) | |
download | tigervnc-3318a415de6d7008ce2ee13b6afe184e36745042.tar.gz tigervnc-3318a415de6d7008ce2ee13b6afe184e36745042.zip |
[Development] Apply some downstream patches to get Xvnc build via build-xorg working.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4138 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/build-xorg')
-rwxr-xr-x | unix/build-xorg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/build-xorg b/unix/build-xorg index 0ac312b2..1ddff9cb 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -74,6 +74,9 @@ init() 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 < $all + done fi popd |