mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-24 07:30:26 +01:00
Minor string updates
This commit is contained in:
parent
6566799498
commit
bc133f9ca7
3 changed files with 3 additions and 3 deletions
|
|
@ -498,7 +498,7 @@ endif()
|
|||
|
||||
string(TOUPPER ${CMAKE_SYSTEM_NAME} sysname)
|
||||
if("${sysname}" MATCHES ".*SOLARIS.*")
|
||||
option(DBUS_BUS_ENABLE_EVPORTS "build with evports support (solaris only)" ON)
|
||||
option(DBUS_BUS_ENABLE_EVPORTS "build with event ports support (solaris only)" ON)
|
||||
if(DBUS_BUS_ENABLE_EVPORTS)
|
||||
if(NOT HAVE_PORT_H)
|
||||
message(FATAL_ERROR "port.h not found!")
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@ DBUS_BUS_ENABLE_INOTIFY:BOOL=ON
|
|||
DBUS_BUS_ENABLE_KQUEUE:BOOL=ON
|
||||
|
||||
*Solaris only:
|
||||
// enable evports as dir watch backend
|
||||
// enable event ports as dir watch backend
|
||||
DBUS_BUS_ENABLE_EVPORTS:BOOL=ON
|
||||
|
||||
x11 only:
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ option(
|
|||
'evports',
|
||||
type: 'feature',
|
||||
value: 'auto',
|
||||
description: 'event port support'
|
||||
description: 'Event ports support'
|
||||
)
|
||||
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue