summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-28 09:36:32 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-28 11:53:29 +0100
commit1f9e5d70c7cb6bba6c440d9552711859fdadfea9 (patch)
tree8a168e1693c86f2614239b72bc3cbd8250a6f2f9 /README.cmake
parent2dfb5ff69bb87f17ed98219f354c545fe31300d3 (diff)
downloaddbus-1f9e5d70c7cb6bba6c440d9552711859fdadfea9.tar.gz
dir-watch: remove dnotify backend
dnotify as a dir watch backend is broken since Jan 2010 (almost 3.5 years). According to fd.o: #33001, it's no harm to remove dnotify from this project. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33001 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.cmake b/README.cmake
index 376dac05..4932e66b 100644
--- a/README.cmake
+++ b/README.cmake
@@ -149,10 +149,6 @@ gcc only:
// compile with coverage profiling instrumentation
DBUS_GCOV_ENABLED:BOOL=OFF
-linux only:
-// build with dnotify support
-DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX:BOOL=ON
-
solaris only:
// enable console owner file
HAVE_CONSOLE_OWNER_FILE:BOOL=ON