Add description of the new CMake option OPTION_PRINT_SUPPORT

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-02-05 17:13:17 +00:00
parent da97c30d7a
commit d8cebd1fdf
+5
View File
@@ -137,6 +137,11 @@ OPTION_USE_XINERAMA - default ON
OPTION_USE_XFT - default ON
OPTION_USE_XDBE - default ON
These are X11 extended libraries.
OPTION_PRINT_SUPPORT - default ON
When turned off, the Fl_Printer class does nothing and the
Fl_PostScript_File_Device class cannot be used, but the FLTK library
is somewhat smaller. This option makes sense only on the Unix/Linux
platform or when OPTION_APPLE_X11 is ON.
BUILDING UNDER LINUX WITH UNIX MAKEFILES
------------------------------------------