Changeset View
Changeset View
Standalone View
Standalone View
head/devel/kf5-kcoreaddons/files/patch-src_lib_io_kdirwatch.cpp
Property | Old Value | New Value |
---|---|---|
fbsd:nokeywords | null | yes \ No newline at end of property |
svn:eol-style | null | native \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
--- src/lib/io/kdirwatch.cpp.orig 2016-05-07 15:08:21 UTC | |||||
+++ src/lib/io/kdirwatch.cpp | |||||
@@ -109,7 +109,7 @@ static KDirWatch::Method methodFromStrin | |||||
} else if (method == "QFSWatch") { | |||||
return KDirWatch::QFSWatch; | |||||
} else { | |||||
-#ifdef Q_OS_LINUX | |||||
+#if defined(HAVE_SYS_INOTIFY_H) | |||||
// inotify supports delete+recreate+modify, which QFSWatch doesn't support | |||||
return KDirWatch::INotify; | |||||
#else |