git-annex.cabal: declare dependency on <sys/event.h> header file when building on BSD

This commit is contained in:
Peter Simons 2013-02-24 12:58:04 +01:00 committed by Joey Hess
parent 2df5e25a06
commit c993d8e710

View file

@ -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)