diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-31 11:50:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-31 11:50:43 -0400 |
commit | a9c092e3adc2253e83f0d1155eee8d19a65404e9 (patch) | |
tree | 111ef749e945e6b04bf23c0112b60826347d3cdc /git-annex.cabal | |
parent | b8096159665c92ebcbe8dbfed72d82dfd89f4028 (diff) |
added a missing build-dep
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 95b183cf3..344ef3e59 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -98,7 +98,7 @@ Executable git-annex CPP-Options: -DWITH_PAIRING if flag(XMPP) && flag(Assistant) - Build-Depends: network-protocol-xmpp, gnutls (>= 0.1.4) + Build-Depends: network-protocol-xmpp, gnutls (>= 0.1.4), xml-types CPP-Options: -DWITH_XMPP if flag(XMPP) && flag(Assistant) && flag(DNS) |