mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 11:30:27 +01:00
cmake: update README.cmake a bit
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66453 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
08e8ff0f3a
commit
726b28a03e
1 changed files with 12 additions and 0 deletions
12
README.cmake
12
README.cmake
|
|
@ -156,6 +156,18 @@ 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
|
||||
DBUS_BUILD_X11:BOOL=ON
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue