Config.in 486 B

1234567891011121314
  1. config BR2_PACKAGE_INOTIFY_TOOLS
  2. bool "inotify-tools"
  3. depends on BR2_LARGEFILE
  4. help
  5. inotify-tools is a C library and a set of command-line
  6. programs for Linux providing a simple interface to inotify.
  7. These programs can be used to monitor and act upon
  8. filesystem events. Provides the 'inotifywait' and 'inotifywatch'
  9. binaries.
  10. https://github.com/rvoicilas/inotify-tools
  11. comment "inotify-tools requires a toolchain with LARGEFILE support"
  12. depends on !BR2_LARGEFILE