From a3d31b6361a27d047e21963976e5d4ffd3ca9cbd Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Mon, 1 Jul 2013 21:05:51 +0800 Subject: [PATCH 2/2] README.cmake: update a bit Signed-off-by: Chengwei Yang --- README.cmake | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.cmake b/README.cmake index 4932e66..d59e1e0 100644 --- a/README.cmake +++ b/README.cmake @@ -156,10 +156,24 @@ HAVE_CONSOLE_OWNER_FILE:BOOL=ON // Directory to check for console ownership DBUS_CONSOLE_OWNER_FILE:STRING=/dev/console +// Linux only: +// enable inotify as dir watch backend +DBUS_BUS_ENABLE_INOTIFY:BOOL=ON + +*BSD only: +// enable kqueue as dir watch backend +DBUS_BUS_ENABLE_KQUEUE:BOOL=ON + +not available on windows: +// enable abstract socket transport +DBUS_ENABLE_ABSTRACT_SOCKETS:BOOL=ON + x11 only: -// Build with X11 auto launch support +// Build with X11 support DBUS_BUILD_X11:BOOL=ON +// Build with X11 auto launch support +DBUS_ENABLE_X11_AUTOLAUNCH:BOOL=ON Note: The above mentioned options could be extracted after configuring from the output of running " help-options" -- 1.7.9.5