69feb9d65f
drop netlink since it pulls in 2 more deps
35 lines
1010 B
Diff
35 lines
1010 B
Diff
--- xmobar-0.34/xmobar.cabal.orig 2001-09-09 09:46:40.000000000 +0800
|
|
+++ xmobar-0.34/xmobar.cabal 2020-06-20 11:53:14.070561543 +0800
|
|
@@ -29,7 +29,7 @@
|
|
|
|
flag with_xft
|
|
description: Use Xft to render text. UTF-8 support included.
|
|
- default: False
|
|
+ default: True
|
|
|
|
flag with_utf8
|
|
description: With UTF-8 support.
|
|
@@ -37,11 +37,11 @@
|
|
|
|
flag with_inotify
|
|
description: inotify support (modern Linux only). Required for the Mail and MBox plugins.
|
|
- default: False
|
|
+ default: True
|
|
|
|
flag with_iwlib
|
|
description: Wireless info support via Wext ioctls (deprecated). Required for the Wireless plugin, needs iwlib installed.
|
|
- default: False
|
|
+ default: True
|
|
|
|
flag with_nl80211
|
|
description: Wireless info support via nl80211. Required for the Wireless plugin on systems running Linux, the kernel.
|
|
@@ -49,7 +49,7 @@
|
|
|
|
flag with_mpd
|
|
description: MPD support. Needs libmpd installed.
|
|
- default: False
|
|
+ default: True
|
|
|
|
flag all_extensions
|
|
description: Includes all optional extensions.
|