Minor string updates

This commit is contained in:
Jakub Kulík 2025-01-07 13:24:24 +01:00
parent 6566799498
commit bc133f9ca7
3 changed files with 3 additions and 3 deletions

View file

@ -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!")

View file

@ -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:

View file

@ -134,7 +134,7 @@ option(
'evports',
type: 'feature',
value: 'auto',
description: 'event port support'
description: 'Event ports support'
)
option(