diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-17 07:14:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-17 07:14:44 +0100 |
| commit | 89874f4f85fe1a3008d53bf0878de21472fcd8ff (patch) | |
| tree | c97937585a777ec6eb4b5d599e9e02658eccbdb8 /README.CMake.txt | |
| parent | 7a4d8a254e3be6394b75273feee39e89f2e30ceb (diff) | |
Move OPTION_USE_SYSTEM_LIBDECOR away from doc options
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index 331c931e2..68152f60f 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -211,6 +211,11 @@ OPTION_USE_GDIPLUS - default ON Makes FLTK use GDI+ to draw oblique lines and curves resulting in antialiased graphics (Windows platform only). +OPTION_USE_SYSTEM_LIBDECOR - default OFF + This option makes FLTK use package libdecor-0 to draw window titlebars + under Wayland. It's mainly meant for future use, when that package + and its plugins will be part of major Linux distributions. + Documentation options: these options are only available if `doxygen' is installed and found by CMake. PDF related options require also `latex'. @@ -231,11 +236,6 @@ OPTION_INSTALL_PDF_DOCUMENTATION - default OFF when the 'install' target is executed, e.g. with `make install'. You need to select above options OPTION_BUILD_*_DOCUMENTATION as well. -OPTION_USE_SYSTEM_LIBDECOR - default OFF - This option makes FLTK use package libdecor-0 to draw window titlebars - under Wayland. It's mainly meant for future use, when that package - and its plugins will be part of major Linux distributions. - 2.3 Building under Linux with Unix Makefiles ----------------------------------------------- |
