added network-protocol-xmpp and -DWITH_XMPP
This commit is contained in:
parent
269344ae71
commit
2c788a28a1
5 changed files with 12 additions and 3 deletions
|
@ -43,6 +43,9 @@ Flag Webapp
|
|||
Flag Pairing
|
||||
Description: Enable pairing
|
||||
|
||||
Flag XMPP
|
||||
Description: Enable notifications using XMPP
|
||||
|
||||
Executable git-annex
|
||||
Main-Is: git-annex.hs
|
||||
Build-Depends: MissingH, hslogger, directory, filepath,
|
||||
|
@ -91,6 +94,10 @@ Executable git-annex
|
|||
Build-Depends: network-multicast, network-info
|
||||
CPP-Options: -DWITH_PAIRING
|
||||
|
||||
if flag(XMPP) && flag(Assistant)
|
||||
Build-Depends: network-protocol-xmpp
|
||||
CPP-Options: -DWITH_XMPP
|
||||
|
||||
Test-Suite test
|
||||
Type: exitcode-stdio-1.0
|
||||
Main-Is: test.hs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue