mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 19:20:20 +01:00
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:
parent
3e24ee1e27
commit
02ae9dfdbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue