diff --git a/config.h.meson b/config.h.meson index 7f4f9e176..2095b6915 100644 --- a/config.h.meson +++ b/config.h.meson @@ -50,7 +50,7 @@ #mesondefine HAVE_STARTUP_NOTIFICATION /* Building with Sysprof profiling suport */ -#mesondefine HAVE_TRACING +#mesondefine HAVE_PROFILER /* Path to Xwayland executable */ #mesondefine XWAYLAND_PATH diff --git a/meson.build b/meson.build index d2a39632f..db316507e 100644 --- a/meson.build +++ b/meson.build @@ -351,7 +351,7 @@ cdata.set('HAVE_LIBWACOM', have_libwacom) cdata.set('HAVE_SM', have_sm) cdata.set('HAVE_STARTUP_NOTIFICATION', have_startup_notification) cdata.set('HAVE_INTROSPECTION', have_introspection) -cdata.set('HAVE_TRACING', have_profiler) +cdata.set('HAVE_PROFILER', have_profiler) xkb_base = xkeyboard_config_dep.get_pkgconfig_variable('xkb_base') cdata.set_quoted('XKB_BASE', xkb_base)