diff options
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index a9b89e9..54f932e 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -65,6 +65,10 @@ flag with_mpris description: MPRIS v1, v2 support default: False +flag with_dbus + description: Publish a Service on the Session Bus for controlling xmobar + default: False + flag with_threaded description: Use threaded runtime default: False @@ -165,3 +169,8 @@ executable xmobar build-depends: dbus >= 0.10 other-modules: Plugins.Monitors.Mpris cpp-options: -DMPRIS + + if flag(with_dbus) || flag(all_extensions) + build-depends: dbus >= 0.10 + other-modules: IPC.DBus + cpp-options: -DDBUS |