diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:01:36 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:01:54 +0100 |
| commit | 84cf24948245d893cde9b3ef8c9eee614191de80 (patch) | |
| tree | 1d9a4b8c520c0f02481e7c7f75b1c118bb137bda /CMake/options.cmake | |
| parent | 2b400f6abcbd26377b298deb5ee6f7d0166cdfd6 (diff) | |
Fix for issue #253: Remove xdbe support
Diffstat (limited to 'CMake/options.cmake')
| -rw-r--r-- | CMake/options.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index e9e7a1db0..ccb253522 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -596,18 +596,6 @@ else(OPTION_USE_XRENDER) endif (OPTION_USE_XRENDER) ####################################################################### -if (X11_FOUND) - option (OPTION_USE_XDBE "use lib Xdbe" ON) -endif (X11_FOUND) - -if (OPTION_USE_XDBE AND HAVE_XDBE_H) - set (HAVE_XDBE 1) - set (FLTK_XDBE_FOUND TRUE) -else() - set (FLTK_XDBE_FOUND FALSE) -endif (OPTION_USE_XDBE AND HAVE_XDBE_H) - -####################################################################### set (FL_NO_PRINT_SUPPORT FALSE) if (X11_FOUND AND NOT OPTION_PRINT_SUPPORT) set (FL_NO_PRINT_SUPPORT TRUE) |
