From a895f2a66c8b51d7ece08fae863e8ccd971b2d43 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 17 Mar 2018 09:29:52 +0000 Subject: [PATCH] build: Disable appindicator --- SparkleShare/Linux/meson.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SparkleShare/Linux/meson.build b/SparkleShare/Linux/meson.build index a45f0c93..279234c3 100644 --- a/SparkleShare/Linux/meson.build +++ b/SparkleShare/Linux/meson.build @@ -45,9 +45,9 @@ appindicator = dependency('appindicator3-sharp-0.1', required: get_option('ubunt args = '-r:Mono.Posix' -if appindicator.found() - args = [args, '-define:HAVE_APP_INDICATOR'] -endif +# if appindicator.found() +# args = [args, '-define:HAVE_APP_INDICATOR'] +# endif sparkleshare = executable('SparkleShare', dependencies: [gtk, gdk, gio, glib, webkit, notify, appindicator], @@ -60,3 +60,4 @@ sparkleshare = executable('SparkleShare', subdir('Images') subdir('Images/icons') +