From 521e83e2a470643ed2da8f58ec8ecd49d3a996fa Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 25 Feb 2018 18:13:35 +0000 Subject: [PATCH] build: Correct dep name for appindicator --- SparkleShare/Linux/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/meson.build b/SparkleShare/Linux/meson.build index 5da0b883..91e380ae 100644 --- a/SparkleShare/Linux/meson.build +++ b/SparkleShare/Linux/meson.build @@ -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],