buildrootschalter/package/inotify-tools/Config.in
Gustavo Zacarias d1eccc01ff inotify-tools: needs mmu
Fixes
http://autobuild.buildroot.net/results/8424451b46d6787fc586502fa5774564e4715ce8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-19 12:40:02 +01:00

16 lines
519 B
Plaintext

config BR2_PACKAGE_INOTIFY_TOOLS
bool "inotify-tools"
depends on BR2_LARGEFILE
depends on BR2_USE_MMU # fork()
help
inotify-tools is a C library and a set of command-line
programs for Linux providing a simple interface to inotify.
These programs can be used to monitor and act upon
filesystem events. Provides the 'inotifywait' and 'inotifywatch'
binaries.
https://github.com/rvoicilas/inotify-tools
comment "inotify-tools requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE