summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index b9715b847..da4a8dbe5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -65,6 +65,9 @@ Flag TestSuite
Flag TDFA
Description: Use regex-tdfa for wildcards
+Flag Feed
+ Description: Enable podcast feed support
+
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
@@ -154,6 +157,10 @@ Executable git-annex
Build-Depends: dns
CPP-Options: -DWITH_DNS
+ if flag(Feed)
+ Build-Depends: feed
+ CPP-Options: -DWITH_FEED
+
source-repository head
type: git
location: git://git-annex.branchable.com/