diff options
author | Peter Simons <simons@ubuntu-12.04> | 2013-02-24 12:58:04 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 16:02:27 -0400 |
commit | a767040a53182cde16434cba686252bbaf776cf9 (patch) | |
tree | 78edc362cfa00a97cdee66d0d212d1d597dff842 | |
parent | d059e78914ef21c8f5bf4caef4775b42752ae6ac (diff) |
git-annex.cabal: declare dependency on <sys/event.h> header file when building on BSD
-rw-r--r-- | git-annex.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index a9af63ee7..79e49bd3b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -117,6 +117,7 @@ Executable git-annex if (! os(windows) && ! os(solaris) && ! os(linux)) CPP-Options: -DWITH_KQUEUE C-Sources: Utility/libkqueue.c + Includes: sys/event.h if os(linux) && flag(Dbus) Build-Depends: dbus (>= 0.10.3) |