summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-06-04 10:43:22 +0000
committerjao <jao@gnu.org>2018-07-12 00:46:22 +0100
commitd3d3cf639e736244c12191c8c35ceb465c0b9103 (patch)
treef1b6c0072ba43ccb694d7ace37b6eecf2cc6ea1b /xmobar.cabal
parent6177f6f017d635e3acbac09dc061f4dcaf3320cc (diff)
downloadxmobar-d3d3cf639e736244c12191c8c35ceb465c0b9103.tar.gz
xmobar-d3d3cf639e736244c12191c8c35ceb465c0b9103.tar.bz2
port to dbus-1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal4
1 files changed, 2 insertions, 2 deletions
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