From 6e5f42be4dc408dc2354760b213c6172fe887671 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 13:27:33 +0100 Subject: [PATCH] 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 --- meson.build | 1 - 1 file changed, 1 deletion(-) 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' : ''