build: Rename HAVE_TRACING to HAVE_PROFILER in Mutter

It fits better the name of the build flag. Cogl still uses
HAVE_TRACING since profiler is already used by it.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/603
This commit is contained in:
Georges Basile Stavracas Neto 2019-05-31 12:42:27 -03:00
parent 3e2a2cf532
commit 78254146f3
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)