From 956a6365060f0c6b1d271bd24b89f07cd16946b2 Mon Sep 17 00:00:00 2001 From: Peter Åstrand Date: Thu, 9 Aug 2012 07:33:08 +0000 Subject: 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 --- unix/build-xorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix') 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 -- cgit v1.2.3