Allows to enable recorder integration

recorder library will be used to collect some statistics during
development.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-01-23 14:50:33 +00:00
parent b9cc232a70
commit 1de0e6a292
3 changed files with 7 additions and 1 deletions

View File

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

View File

@ -45,3 +45,8 @@ option('manual',
type : 'boolean',
value : true,
description : 'Build SPICE manual')
option('recorder',
type : 'boolean',
value : false,
description: 'Enable recorder instrumentation')

@ -1 +1 @@
Subproject commit 0a753b93b50b548a2ac04023c96a7cda83f204bf
Subproject commit 2e914f3305f685c82143fa04067ce9f57fbfd602