summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-25 14:32:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-25 14:32:30 -0400
commit467d70fddc4e066682ceb50f3eabe9b4083c8ee3 (patch)
tree6660c8a3af82e79bf927b0ecf54e6d648bebef0d /git-annex.cabal
parenta4f91e1e0a908ac49b90e4b54c9dc922b6c599fd (diff)
Re-enable dbus, using a new version of the library that fixes the memory leak.
For now, when dbus goes away, the assistant keeps running but does not fall back or reconnect. To do so needs more changes to the DBus library; in particular a connectSessionWith and connectSystemWith to let me specify my own clientThreadRunner.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index a2a89479b..90620f4b3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -77,7 +77,7 @@ Executable git-annex
C-Sources: Utility/libkqueue.c
if os(linux) && flag(Dbus)
- Build-Depends: dbus
+ Build-Depends: dbus (>= 0.10.2)
CPP-Options: -DWITH_DBUS
if flag(Webapp) && flag(Assistant)