This is the name used previously by autoconf, and still used by the C
code. Presumably this meant that the launchd ended up never being
built with Meson, even if launchd support was enabled.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Fixes: cd2e3826 ("Add Meson build system")
error('launchd support requested but not found')
endif
endif
-config.set('DBUS_BUS_ENABLE_LAUNCHD', use_launchd)
+config.set('DBUS_ENABLE_LAUNCHD', use_launchd)
if use_launchd
launchd_agent_dir = get_option('launchd_agent_dir')