From d3d3cf639e736244c12191c8c35ceb465c0b9103 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 4 Jun 2018 10:43:22 +0000 Subject: port to dbus-1 Signed-off-by: Sergei Trofimovich --- xmobar.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index 86d5bc5..5392b72 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -230,12 +230,12 @@ executable xmobar cpp-options: -DDATEZONE if flag(with_mpris) || flag(all_extensions) - build-depends: dbus >= 0.10 && < 1.0 + build-depends: dbus >= 1 other-modules: Plugins.Monitors.Mpris cpp-options: -DMPRIS if flag(with_dbus) || flag(all_extensions) - build-depends: dbus >= 0.10 + build-depends: dbus >= 1 other-modules: IPC.DBus cpp-options: -DDBUS -- cgit v1.2.3