From 4d0d5880b8e151084e6dfb27cc6d51d68609b048 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 9 Jun 2012 00:46:04 -0400 Subject: Add a blocking call for MPD based on events --- xmobar.cabal | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index 71ea524..02e618f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -49,6 +49,10 @@ flag with_mpd description: MPD support. Needs libmpd installed. default: False +flag with_mpd_07 + description: MPD 0.7.* support. + default: False + flag all_extensions description: Includes all optional extensions. default: False @@ -146,9 +150,13 @@ executable xmobar cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd == 0.7.* other-modules: Plugins.Monitors.MPD cpp-options: -DLIBMPD + if flag(with_mpd_07) + build-depends: libmpd == 0.7.* + cpp-options: -DLIBMPD_07 + else + build-depends: libmpd == 0.8.* if flag(with_alsa) || flag(all_extensions) build-depends: alsa-mixer == 0.1.* -- cgit v1.2.3