aboutsummaryrefslogtreecommitdiffstats
path: root/BUILDING.txt
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2012-10-24 07:49:32 +0000
committerPeter Åstrand <astrand@cendio.se>2012-10-24 07:49:32 +0000
commitf0c0552fddb840bc11a21004b4387422792b32ad (patch)
treedbe294ebc774cbada176bcb02819caa4cf68ea9e /BUILDING.txt
parentb13698086f1ccf758e45764bdb618706f7546992 (diff)
downloadtigervnc-f0c0552fddb840bc11a21004b4387422792b32ad.tar.gz
tigervnc-f0c0552fddb840bc11a21004b4387422792b32ad.zip
To make it easier to apply patches, list their names and which order
they should be applied. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5006 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index ab5f699f..5277fb22 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -95,31 +95,51 @@ $ svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3 -r 9619 fltk
Support horizontal mouse wheel
http://www.fltk.org/str.php?L2644
+$ patch -p1 < fltk-1.3.x-hwheel.patch
Incorrect resize handling
http://fltk.org/str.php?L2859
+$ patch -p1 < fltk-1.3.x-resize-expose.patch
Export dead key information from FLTK to the apps
http://www.fltk.org/str.php?L2599
+$ patch -p1 < fltk-1_v4.3.x-keyboard-x11.patch
+$ patch -p1 < fltk-1_v4.3.x-keyboard-win32.patch
+$ patch -p1 < fltk-1_v6.3.x-keyboard-osx.patch
Notify applications of changes to the clipboard
http://www.fltk.org/str.php?L2636
+$ patch -p1 < fltk-1.3.x-clipboard.patch
+$ patch -p1 < fltk-1.3.x-clipboard-x11.patch
+$ patch -p1 < fltk-1.3.x-clipboard-xfixes.patch
+$ patch -p1 < fltk-1.3.x-clipboard-win32-fix.patch
+$ patch -p1 < fltk-1.3.x-clipboard-win32.patch
+$ patch -p1 < fltk-1.3.x-clipboard-osx.patch
Ability to convert a Fl_Pixmap to a Fl_RGB_Image
http://www.fltk.org/str.php?L2659
+$ patch -p1 < fltk-1_v2.3.x-pixmap.patch
Support for custom cursors
http://www.fltk.org/str.php?L2660
+$ patch -p1 < fltk-1.3.x-cursor.patch
Improve modality interaction with WM
http://www.fltk.org/str.php?L2802
+$ patch -p1 < fltk-1.3.0-modal.patch
Window icons
http://www.fltk.org/str.php?L2816
+$ patch -p1 < fltk-1.3.0-icons.patch
Multihead
http://fltk.org/str.php?L2860
+$ patch -p1 < fltk-1.3.x-screen_num.patch
+$ patch -p1 < fltk-1_v2.3.x-multihead.patch
+Correct libXrandr dlopen
+http://www.fltk.org/str.php?L2877
+$ patch -p1 < fltk-1.3.x-libxrandr.patch
3. Use CMake to build FLTK using the same procedures described below for
building TigerVNC. The recipes in the "Build Recipes" section also apply.