diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 19:13:31 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 19:13:31 +0100 |
commit | b81e86a6ed7db7e8957f664631a8cdb4126e02dc (patch) | |
tree | 13b7b4ac26c8b8d05852ec48d158d149478b2781 /git-annex.cabal | |
parent | f159e8bccd823a9125f3134fba5a5dc3c7dd7df7 (diff) |
successfully builds (except XMPP)
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 0846cca39..2fbd28ae0 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -133,8 +133,12 @@ Executable git-annex CPP-Options: -DWITH_FSEVENTS else if (! os(windows) && ! os(solaris) && ! os(linux)) - CPP-Options: -DWITH_KQUEUE - C-Sources: Utility/libkqueue.c + if flag(Android) + Build-Depends: hinotify + CPP-Options: -DWITH_INOTIFY + else + CPP-Options: -DWITH_KQUEUE + C-Sources: Utility/libkqueue.c if os(linux) && flag(Dbus) Build-Depends: dbus (>= 0.10.3) |