From 1de0e6a2920a696c4eec7c283745e6d5c806d401 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 23 Jan 2019 14:50:33 +0000 Subject: [PATCH] Allows to enable recorder integration recorder library will be used to collect some statistics during development. Signed-off-by: Frediano Ziglio Acked-by: Victor Toso --- configure.ac | 1 + meson_options.txt | 5 +++++ subprojects/spice-common | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 96e4e66c..903993a1 100644 --- a/configure.ac +++ b/configure.ac @@ -134,6 +134,7 @@ AX_VALGRIND_CHECK SPICE_CHECK_LZ4 SPICE_CHECK_SASL +SPICE_CHECK_RECORDER AM_CONDITIONAL(HAVE_SASL, test "x$have_sasl" = "xyes") dnl ========================================================================= diff --git a/meson_options.txt b/meson_options.txt index 9568c97e..49f59cc4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -45,3 +45,8 @@ option('manual', type : 'boolean', value : true, description : 'Build SPICE manual') + +option('recorder', + type : 'boolean', + value : false, + description: 'Enable recorder instrumentation') diff --git a/subprojects/spice-common b/subprojects/spice-common index 0a753b93..2e914f33 160000 --- a/subprojects/spice-common +++ b/subprojects/spice-common @@ -1 +1 @@ -Subproject commit 0a753b93b50b548a2ac04023c96a7cda83f204bf +Subproject commit 2e914f3305f685c82143fa04067ce9f57fbfd602