diff options
author | Peter Åstrand <astrand@cendio.se> | 2012-08-09 07:33:08 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2012-08-09 07:33:08 +0000 |
commit | 956a6365060f0c6b1d271bd24b89f07cd16946b2 (patch) | |
tree | 54eadab589a878e5360af2a9ecd8ac9ab31559cd /unix/build-xorg | |
parent | 8a2b0810dc4a5ad2adc921b6b74a2d6dbdcc6f28 (diff) | |
download | tigervnc-956a6365060f0c6b1d271bd24b89f07cd16946b2.tar.gz tigervnc-956a6365060f0c6b1d271bd24b89f07cd16946b2.zip |
Remove the in-tree versin of FLTK. Maintaining such a copy is way too
much work, and it's constantly out of sync. Let's document what the
main developers (ie Cendio) are using instead.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4951 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/build-xorg')
-rwxr-xr-x | unix/build-xorg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/build-xorg b/unix/build-xorg index c771a058..2908e489 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -117,7 +117,7 @@ build () # Build VNC echo "*** Building VNC ***" - cmake -G"Unix Makefiles" ${1+"$@"} -DUSE_INCLUDED_ZLIB=1 -DUSE_INCLUDED_FLTK=1 -DBUILD_STATIC=1 $SRCDIR + cmake -G"Unix Makefiles" ${1+"$@"} -DUSE_INCLUDED_ZLIB=1 -DBUILD_STATIC=1 $SRCDIR $MAKE # Build Xorg |