]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: Remove a misleading comment
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Jun 2022 12:27:33 +0000 (13:27 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
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>
meson.build

index 0c21e86580aa269f22686dcbc286beb8759bff9f..6244db659befc24fce4a4c5f82bebd91a9219bc1 100644 (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' : ''