summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake')
-rw-r--r--CMake/options.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 25c5a181c..c5c83ae2d 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -830,6 +830,15 @@ endif (OPTION_FILESYSTEM_SUPPORT)
#######################################################################
#######################################################################
+option (OPTION_USE_ZENITY "Fl_Native_File_Chooser may run zenity" ON)
+if (OPTION_USE_ZENITY)
+ set (USE_ZENITY 1)
+else ()
+ set (USE_ZENITY 0)
+endif (OPTION_USE_ZENITY)
+#######################################################################
+
+#######################################################################
option (OPTION_USE_KDIALOG "Fl_Native_File_Chooser may run kdialog" ON)
if (OPTION_USE_KDIALOG)
set (USE_KDIALOG 1)