summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.CMake.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index 91b137fa8..dfdaad746 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -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
------------------------------------------