meson: fix name of DBUS_ENABLE_LAUNCHD macro

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")
This commit is contained in:
Alyssa Ross 2024-07-21 14:24:13 +02:00
parent 3e24ee1e27
commit 02ae9dfdbd
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -467,7 +467,7 @@ else
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')