diff options
author | jao <jao@gnu.org> | 2018-01-31 18:42:37 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-01-31 18:42:37 +0100 |
commit | 0f4668cd35c8d5c9f6636b926422570debaeeab7 (patch) | |
tree | 903fcac6f5e199507d3b7fc112217c43fcbc5412 /xmobar.cabal | |
parent | 72bd702d3d40ab9cbf166e16921010182411bdeb (diff) | |
download | xmobar-0f4668cd35c8d5c9f6636b926422570debaeeab7.tar.gz xmobar-0f4668cd35c8d5c9f6636b926422570debaeeab7.tar.bz2 |
Using external iwlib
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 9fa4cf2..854f7e3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -158,7 +158,8 @@ executable xmobar if flag(with_iwlib) || flag(all_extensions) extra-libraries: iw - other-modules: IWlib, Plugins.Monitors.Wireless + build-depends: iwlib >= 0.1.0 && < 0.2 + other-modules: Plugins.Monitors.Wireless cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) |