added a missing build-dep
This commit is contained in:
parent
2060c3e926
commit
4757bd3728
4 changed files with 5 additions and 2 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -42,6 +42,7 @@ Build-Depends:
|
||||||
libghc-network-info-dev,
|
libghc-network-info-dev,
|
||||||
libghc-safesemaphore-dev,
|
libghc-safesemaphore-dev,
|
||||||
libghc-network-protocol-xmpp-dev (>= 0.4.3-2),
|
libghc-network-protocol-xmpp-dev (>= 0.4.3-2),
|
||||||
|
libghc-xml-types-dev,
|
||||||
ikiwiki,
|
ikiwiki,
|
||||||
perlmagick,
|
perlmagick,
|
||||||
git,
|
git,
|
||||||
|
|
|
@ -78,4 +78,5 @@ git-annex HEAD from git, Ubuntu 12.10
|
||||||
|
|
||||||
Please provide any additional information below.
|
Please provide any additional information below.
|
||||||
|
|
||||||
|
> [[done]] --[[Joey]] (and tested the whole cabal build, which I usually
|
||||||
|
> only do on releases)
|
||||||
|
|
|
@ -45,6 +45,7 @@ quite a lot.
|
||||||
* [network-info](http://hackage.haskell.org/package/network-info)
|
* [network-info](http://hackage.haskell.org/package/network-info)
|
||||||
* [network-protocol-xmpp](http://hackage.haskell.org/package/network-protocol-xmpp)
|
* [network-protocol-xmpp](http://hackage.haskell.org/package/network-protocol-xmpp)
|
||||||
* [dns](http://hackage.haskell.org/package/dns)
|
* [dns](http://hackage.haskell.org/package/dns)
|
||||||
|
* [xml-types](http://hackage.haskell.org/package/xml-types)
|
||||||
* Shell commands
|
* Shell commands
|
||||||
* [git](http://git-scm.com/)
|
* [git](http://git-scm.com/)
|
||||||
* [uuid](http://www.ossp.org/pkg/lib/uuid/)
|
* [uuid](http://www.ossp.org/pkg/lib/uuid/)
|
||||||
|
|
|
@ -98,7 +98,7 @@ Executable git-annex
|
||||||
CPP-Options: -DWITH_PAIRING
|
CPP-Options: -DWITH_PAIRING
|
||||||
|
|
||||||
if flag(XMPP) && flag(Assistant)
|
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
|
CPP-Options: -DWITH_XMPP
|
||||||
|
|
||||||
if flag(XMPP) && flag(Assistant) && flag(DNS)
|
if flag(XMPP) && flag(Assistant) && flag(DNS)
|
||||||
|
|
Loading…
Reference in a new issue