From 89874f4f85fe1a3008d53bf0878de21472fcd8ff Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:14:44 +0100 Subject: Move OPTION_USE_SYSTEM_LIBDECOR away from doc options --- README.CMake.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.CMake.txt') 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 ----------------------------------------------- -- cgit v1.2.3