These were/are used as autoconf/CMake variable names, but were never
used by C code, so there's no need to export them as macros.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Fixes: dca6591f ("Keep cmake defines GLIB_VERSION_... in sync with autotools.")
Fixes: cd2e3826 ("Add Meson build system")
# define DBUS_ENABLE_X11_AUTOLAUNCH 1
#endif
-#cmakedefine DBUS_WITH_GLIB 1
#cmakedefine GLIB_VERSION_MIN_REQUIRED @GLIB_VERSION_MIN_REQUIRED@
#cmakedefine GLIB_VERSION_MAX_ALLOWED @GLIB_VERSION_MAX_ALLOWED@
have_gio_unix = false
endif
use_glib = glib.found() and gio.found()
-config.set('DBUS_WITH_GLIB', use_glib)
if message_bus
expat = dependency('expat')
error('kqueue support requested but not found')
endif
endif
-config.set('DBUS_BUS_ENABLE_KQUEUE', use_kqueue)
if get_option('launchd').disabled()
use_launchd = false