summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-03-29 00:49:51 +0200
committerjao <jao@gnu.org>2018-03-29 00:49:51 +0200
commit40fd9dfe82a734057640b4495ed5d8d93531c4fc (patch)
tree8b95aedf89d48631cf9e67476d5e05013f055f39
parent14122cd7dd6dbd30b5836a69e03a365eab31b247 (diff)
downloadxmobar-40fd9dfe82a734057640b4495ed5d8d93531c4fc.tar.gz
xmobar-40fd9dfe82a734057640b4495ed5d8d93531c4fc.tar.bz2
Upper bound for dbus (< 1.0). Fixes #345.
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 4d6bafd..bc98063 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -221,7 +221,7 @@ executable xmobar
cpp-options: -DDATEZONE
if flag(with_mpris) || flag(all_extensions)
- build-depends: dbus >= 0.10
+ build-depends: dbus >= 0.10 && < 1.0
other-modules: Plugins.Monitors.Mpris
cpp-options: -DMPRIS