diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-03-07 22:19:19 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-03-07 22:19:19 +0300 |
commit | 21b3a615d08f6b6019c0e8ab0a3f8f21d0de4204 (patch) | |
tree | 1f4da1e7070fc7223fbb0ba0b359c6d5a88f396f /xmobar.cabal | |
parent | 11754ce7bcfece8af410549c016b96c85a8a8390 (diff) | |
download | xmobar-21b3a615d08f6b6019c0e8ab0a3f8f21d0de4204.tar.gz xmobar-21b3a615d08f6b6019c0e8ab0a3f8f21d0de4204.tar.bz2 |
src/Plugins/Monitors/Volume.hs: port to alsa-mixer-0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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 9a26c5d..9ae14a2 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -146,7 +146,7 @@ executable xmobar cpp-options: -DLIBMPD if flag(with_alsa) || flag(all_extensions) - build-depends: alsa-mixer == 0.1.* + build-depends: alsa-mixer == 0.2.* build-depends: alsa-core == 0.5.* other-modules: Plugins.Monitors.Volume cpp-options: -DALSA |