remove Inotify build flag
Available for a long time in Linux, and only used there, so a flag is not needed.
This commit is contained in:
parent
7916414004
commit
e40d8bc625
2 changed files with 1 additions and 5 deletions
|
@ -37,9 +37,6 @@ Flag S3
|
||||||
Flag WebDAV
|
Flag WebDAV
|
||||||
Description: Enable WebDAV support
|
Description: Enable WebDAV support
|
||||||
|
|
||||||
Flag Inotify
|
|
||||||
Description: Enable inotify support
|
|
||||||
|
|
||||||
Flag Assistant
|
Flag Assistant
|
||||||
Description: Enable git-annex assistant and watch command
|
Description: Enable git-annex assistant and watch command
|
||||||
|
|
||||||
|
@ -177,7 +174,7 @@ Executable git-annex
|
||||||
CPP-Options: -DWITH_ASSISTANT
|
CPP-Options: -DWITH_ASSISTANT
|
||||||
|
|
||||||
if flag(Assistant)
|
if flag(Assistant)
|
||||||
if os(linux) && flag(Inotify)
|
if os(linux)
|
||||||
Build-Depends: hinotify
|
Build-Depends: hinotify
|
||||||
CPP-Options: -DWITH_INOTIFY
|
CPP-Options: -DWITH_INOTIFY
|
||||||
else
|
else
|
||||||
|
|
|
@ -3,7 +3,6 @@ flags:
|
||||||
concurrentoutput: true
|
concurrentoutput: true
|
||||||
tahoe: true
|
tahoe: true
|
||||||
tdfa: true
|
tdfa: true
|
||||||
inotify: true
|
|
||||||
feed: true
|
feed: true
|
||||||
webapp-secure: true
|
webapp-secure: true
|
||||||
production: true
|
production: true
|
||||||
|
|
Loading…
Reference in a new issue