summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-17 07:09:42 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-17 07:09:54 +0100
commit7a4d8a254e3be6394b75273feee39e89f2e30ceb (patch)
treec644c936fc547a0642925d80811a43a4afbfeeee /README.CMake.txt
parent92d2f666a7a992c39a1f48886385850f6b93fa30 (diff)
Describe OPTION_USE_KDIALOG and OPTION_USE_SYSTEM_LIBDECOR
Diffstat (limited to 'README.CMake.txt')
-rw-r--r--README.CMake.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index 922e4c705..331c931e2 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -172,7 +172,14 @@ OPTION_USE_CAIRO - default OFF
OPTION_USE_PANGO - default OFF
Enables use of the Pango library for drawing text. Pango supports all
unicode-defined scripts and gives FLTK limited support of right-to-left
- scripts. This option makes sense only under X11, and also requires Xft.
+ scripts. This option makes sense only under X11 or Wayland, and also
+ requires Xft.
+
+OPTION_USE_KDIALOG - default ON
+ Under the KDE desktop, allows class Fl_Native_File_Chooser to use the
+ kdialog utility program to construct its file dialog windows, when that
+ utility is available at run time on the system. This option makes sense
+ only under X11 or Wayland.
OPTION_USE_WAYLAND - default ON
Enables the use of Wayland for all window operations, of Cairo for all
@@ -224,6 +231,10 @@ 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
-----------------------------------------------