cabal: Only try to use inotify on Linux.
This commit is contained in:
parent
38b3d8da1b
commit
cede7bdcde
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
git-annex (3.20120625) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* cabal: Only try to use inotify on Linux.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Mon, 25 Jun 2012 11:38:12 -0400
|
||||||
|
|
||||||
git-annex (3.20120624) unstable; urgency=low
|
git-annex (3.20120624) unstable; urgency=low
|
||||||
|
|
||||||
* watch: New subcommand, a daemon which notices changes to
|
* watch: New subcommand, a daemon which notices changes to
|
||||||
|
|
|
@ -47,7 +47,7 @@ Executable git-annex
|
||||||
Build-Depends: hS3
|
Build-Depends: hS3
|
||||||
CPP-Options: -DWITH_S3
|
CPP-Options: -DWITH_S3
|
||||||
|
|
||||||
if flag(Inotify)
|
if os(linux) && flag(Inotify)
|
||||||
Build-Depends: hinotify
|
Build-Depends: hinotify
|
||||||
CPP-Options: -DWITH_INOTIFY
|
CPP-Options: -DWITH_INOTIFY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue