diff options
author | jao <jao@gnu.org> | 2018-03-29 00:49:51 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-03-29 00:49:51 +0200 |
commit | 40fd9dfe82a734057640b4495ed5d8d93531c4fc (patch) | |
tree | 8b95aedf89d48631cf9e67476d5e05013f055f39 /xmobar.cabal | |
parent | 14122cd7dd6dbd30b5836a69e03a365eab31b247 (diff) | |
download | xmobar-40fd9dfe82a734057640b4495ed5d8d93531c4fc.tar.gz xmobar-40fd9dfe82a734057640b4495ed5d8d93531c4fc.tar.bz2 |
Upper bound for dbus (< 1.0). Fixes #345.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
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 |