build: Correct dep name for appindicator

This commit is contained in:
Hylke Bons 2018-02-25 18:13:35 +00:00
parent dec2925343
commit 521e83e2a4

View file

@ -47,7 +47,7 @@ if get_option('ubuntu')
args = [args, '-define:HAVE_APP_INDICATOR']
endif
appindicator = dependency('appindicator3-sharp', required: get_option('ubuntu'))
appindicator = dependency('appindicator3-sharp-0.1', required: get_option('ubuntu'))
sparkleshare = executable('SparkleShare',
dependencies: [gtk, gdk, gio, glib, webkit, notify, appindicator],