mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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:
parent
3e2a2cf532
commit
78254146f3
@ -50,7 +50,7 @@
|
|||||||
#mesondefine HAVE_STARTUP_NOTIFICATION
|
#mesondefine HAVE_STARTUP_NOTIFICATION
|
||||||
|
|
||||||
/* Building with Sysprof profiling suport */
|
/* Building with Sysprof profiling suport */
|
||||||
#mesondefine HAVE_TRACING
|
#mesondefine HAVE_PROFILER
|
||||||
|
|
||||||
/* Path to Xwayland executable */
|
/* Path to Xwayland executable */
|
||||||
#mesondefine XWAYLAND_PATH
|
#mesondefine XWAYLAND_PATH
|
||||||
|
@ -351,7 +351,7 @@ cdata.set('HAVE_LIBWACOM', have_libwacom)
|
|||||||
cdata.set('HAVE_SM', have_sm)
|
cdata.set('HAVE_SM', have_sm)
|
||||||
cdata.set('HAVE_STARTUP_NOTIFICATION', have_startup_notification)
|
cdata.set('HAVE_STARTUP_NOTIFICATION', have_startup_notification)
|
||||||
cdata.set('HAVE_INTROSPECTION', have_introspection)
|
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')
|
xkb_base = xkeyboard_config_dep.get_pkgconfig_variable('xkb_base')
|
||||||
cdata.set_quoted('XKB_BASE', xkb_base)
|
cdata.set_quoted('XKB_BASE', xkb_base)
|
||||||
|
Loading…
Reference in New Issue
Block a user