diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-12-09 09:21:24 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-12-09 09:21:24 +0100 |
| commit | c82165cb074b39b63f3e0d873902d76fc4615292 (patch) | |
| tree | e49b11e0d5f2c1e870a3c3af4ee618ed94aa9100 /README.CMake.txt | |
| parent | 5ff42dd37a5fa071f54a6e413e349f26f4837340 (diff) | |
No need to link to libgtk when using package libdecor-0-dev
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index cc96899c0..7d260b31a 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -260,9 +260,9 @@ FLTK_OPTION_SVG - default ON Turning this option off disables SVG (read and write) support. FLTK_USE_LIBDECOR_GTK - default ON (Wayland only). - Allow to use libdecor's GTK plugin to draw window titlebars. Otherwise - FLTK does not use GTK and apps will not need linking to GTK. This feature - is always 'ON' if FLTK_USE_SYSTEM_LIBDECOR is 'ON'. + Meaningful only under Wayland and if FLTK_USE_SYSTEM_LIBDECOR is 'OFF'. + Allows to use libdecor's GTK plugin to draw window titlebars. Otherwise + FLTK does not use GTK and apps will not need linking to GTK. FLTK_USE_PANGO - default OFF (see note below) This option is highly recommended under X11 if FLTK is expected to draw |
