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:
Simon McVittie 2022-06-24 13:27:33 +01:00
parent ff92efa389
commit 6e5f42be4d

View file

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