diff options
author | jao <jao@gnu.org> | 2014-09-28 00:24:15 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-09-28 00:25:54 +0200 |
commit | 6b9dfabf23b7c48a86c3553a63ebb3924bea8d46 (patch) | |
tree | 96746eb0ff0f24c5f10a453921642f91a9184dd6 /xmobar.cabal | |
parent | a04850b0cbe4355dc7bd083a353fabdc644a24fb (diff) | |
download | xmobar-6b9dfabf23b7c48a86c3553a63ebb3924bea8d46.tar.gz xmobar-6b9dfabf23b7c48a86c3553a63ebb3924bea8d46.tar.bz2 |
Upgrade to libmpd 0.9
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 58676a5..13a74a9 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -146,7 +146,7 @@ executable xmobar cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd == 0.8.* + build-depends: libmpd == 0.9.* other-modules: Plugins.Monitors.MPD cpp-options: -DLIBMPD |