git-annex.cabal: declare dependency on <sys/event.h> header file when building on BSD
This commit is contained in:
parent
2df5e25a06
commit
c993d8e710
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ Executable git-annex
|
||||||
if (! os(windows) && ! os(solaris) && ! os(linux))
|
if (! os(windows) && ! os(solaris) && ! os(linux))
|
||||||
CPP-Options: -DWITH_KQUEUE
|
CPP-Options: -DWITH_KQUEUE
|
||||||
C-Sources: Utility/libkqueue.c
|
C-Sources: Utility/libkqueue.c
|
||||||
|
Includes: sys/event.h
|
||||||
|
|
||||||
if os(linux) && flag(Dbus)
|
if os(linux) && flag(Dbus)
|
||||||
Build-Depends: dbus (>= 0.10.3)
|
Build-Depends: dbus (>= 0.10.3)
|
||||||
|
|
Loading…
Reference in a new issue