diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-09 08:29:58 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-09 08:29:58 +0200 |
| commit | 3a777eed58abd1ddd8f0b9cd5692f0084b46538c (patch) | |
| tree | 9eb9ba111589504e0396f498b8005a2799c25de6 /README.CMake.txt | |
| parent | d939375a52e26e920685f1db7dafb1f8b0fbe891 (diff) | |
Describe cmake option OPTION_ALLOW_GTK_PLUGIN
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index 68152f60f..f7bf6604c 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -192,6 +192,10 @@ OPTION_WAYLAND_ONLY - default OFF In conjunction with OPTION_USE_WAYLAND, restricts FLTK to support the Wayland backend only. +OPTION_ALLOW_GTK_PLUGIN - default ON + Allow to use libdecor's GTK plugin to draw window titlebars (Wayland only). + Otherwise, FLTK will not use GTK and apps will not need linking to GTK. + OPTION_ABI_VERSION - default EMPTY Use a numeric value corresponding to the FLTK ABI version you want to build in the form 1xxyy for FLTK 1.x.y (xx and yy with leading zeroes). |
