summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 13:27:33 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit6e5f42be4dc408dc2354760b213c6172fe887671 (patch)
tree2876fd67f237c67ca03ae7a2348b74276cc6e690 /meson.build
parentff92efa389a57a5250c6996df6614234d4d462e0 (diff)
downloaddbus-6e5f42be4dc408dc2354760b213c6172fe887671.tar.gz
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0c21e865..6244db65 100644
--- a/meson.build
+++ b/meson.build
@@ -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' : ''