]> source.dussan.org Git - tigervnc.git/commit
Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XFIXES...
authorDRC <dcommander@users.sourceforge.net>
Tue, 17 Jan 2012 22:33:45 +0000 (22:33 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 17 Jan 2012 22:33:45 +0000 (22:33 +0000)
commit0141bd5e6937579d44e4391265154bd696ea5172
treef186650102e950251e9023c51386dcb8cd54859d
parent13884f79a35a35fb2140b9e7fd25508e0bd82c7f
Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XFIXES and HAVE_XCURSOR were defined in FLTK's config.h, but those changes never made it into the CMake-based build system used by the in-tree version of FLTK.  Further, our build system was allowing silent failures whenever Xft, Xinerama, Xcursor, or Xfixes were not present on the build system.  Now, the lack of these libraries is treated as a fatal error, since these libraries are critical for TigerVNC functionality.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4834 3789f03b-4d11-0410-bbf8-ca57d06f2519
CMakeLists.txt
common/fltk/CMakeLists.txt
common/fltk/configh.cmake.in
common/fltk/src/CMakeLists.txt