build: Disable appindicator

This commit is contained in:
Hylke Bons 2018-03-17 09:29:52 +00:00
parent 38b377716f
commit a895f2a66c

View file

@ -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')