diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-04 10:43:22 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-07-12 00:46:22 +0100 |
commit | d3d3cf639e736244c12191c8c35ceb465c0b9103 (patch) | |
tree | f1b6c0072ba43ccb694d7ace37b6eecf2cc6ea1b /xmobar.cabal | |
parent | 6177f6f017d635e3acbac09dc061f4dcaf3320cc (diff) | |
download | xmobar-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.cabal | 4 |
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 |