Skip to content
Snippets Groups Projects
Commit 36afb87f authored by Erkki Moorits's avatar Erkki Moorits
Browse files

Disabled tray icon by default

parent 612e3814
No related branches found
No related tags found
1 merge request!66Disabled tray icon by default
Pipeline #33926 passed
......@@ -141,9 +141,9 @@ dnl *** Support for Orage tray icon ***
dnl ************************************************
have_x11_tray_icon="no"
AC_ARG_ENABLE([x11_tray_icon],
AS_HELP_STRING([--enable-x11-tray-icon], [add X11 tray icon, not comptible with Wayland (defaut=yes)])
AS_HELP_STRING([--enable-x11-tray-icon], [add X11 tray icon, not comptible with Wayland (defaut=no)])
AS_HELP_STRING([--disable-x11-tray-icon], [do not add tray icon, Wayland compatible]),
[], [enable_x11_tray_icon=yes])
[], [enable_x11_tray_icon=no])
if test x"$enable_x11_tray_icon" = x"yes"; then
AC_DEFINE([HAVE_X11_TRAY_ICON], [1], [Define to enable X11 tray icon])
have_x11_tray_icon="yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment