diff options
| author | Manolo Gouy <Manolo> | 2016-12-01 06:33:14 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-12-01 06:33:14 +0000 |
| commit | 1458f7e84bdd697bb3279c4cf00a6182d4322c33 (patch) | |
| tree | 42b9f973a3a8eec7939210ea3126c3f7fc4fcebf | |
| parent | c794b5ecbdc49db2e02b15e927545370922d1389 (diff) | |
CMake building with OPTION_PRINT_SUPPORT off: Fl_Posix_Printer_Driver.cxx should be excluded from compilation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e3089e83e..e0263393d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -157,6 +157,7 @@ else () set (PSFILES drivers/PostScript/Fl_PostScript.cxx drivers/PostScript/Fl_PostScript_image.cxx + drivers/Posix/Fl_Posix_Printer_Driver.cxx ) endif ((USE_X11 OR USE_SDL) AND NOT OPTION_PRINT_SUPPORT) @@ -168,7 +169,6 @@ if (USE_X11) set (DRIVER_FILES drivers/Posix/Fl_Posix_System_Driver.cxx - drivers/Posix/Fl_Posix_Printer_Driver.cxx drivers/X11/Fl_X11_Screen_Driver.cxx drivers/X11/Fl_X11_Window_Driver.cxx drivers/X11/Fl_X11_System_Driver.cxx |
