mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-21 01:38:07 +02:00
build: Remove a misleading comment
It's fine to define DBUS_COMPILATION for anything that is being compiled as part of dbus. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
ff92efa389
commit
6e5f42be4d
1 changed files with 0 additions and 1 deletions
|
|
@ -883,7 +883,6 @@ config.set('DBUS_ENABLE_CONTAINERS', get_option('containers'))
|
|||
enable_user_session = get_option('user_session')
|
||||
|
||||
|
||||
# Add this only for the correct targets
|
||||
config.set('DBUS_COMPILATION', true)
|
||||
|
||||
exe_ext = platform_windows ? '.exe' : ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue