[mutter/gbsneto/tracing-fixups: 1/2] build: Rename HAVE_TRACING to HAVE_PROFILER in Mutter
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/tracing-fixups: 1/2] build: Rename HAVE_TRACING to HAVE_PROFILER in Mutter
- Date: Fri, 31 May 2019 15:54:44 +0000 (UTC)
commit 78254146f3719e5671c8efdda4d93845082cf35d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri May 31 12:42:27 2019 -0300
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
config.h.meson | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]