[Spice-devel] [PATCH spice-gtk 1/2] Allows to enable recorder integration

Frediano Ziglio fziglio at redhat.com
Tue Feb 19 15:36:38 UTC 2019


ping the series

> 
> recorder library will be used to collect some statistics during
> development.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  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 7dab0be0..2e6f7e78 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -120,6 +120,7 @@ PKG_CHECK_EXISTS(openssl,
>    [SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl"],
>    [SPICE_GLIB_LIBS="${SPICE_GLIB_LIBS} ${SSL_LIBS}"])
>  
> +SPICE_CHECK_RECORDER
>  SPICE_CHECK_SASL
>  
>  AC_MSG_CHECKING([which gtk+ version to compile against])
> diff --git a/meson_options.txt b/meson_options.txt
> index 2e605b77..98042171 100644
> --- a/meson_options.txt
> +++ b/meson_options.txt
> @@ -80,3 +80,8 @@ option('smartcard',
>  option('gtk_doc',
>         type : 'feature',
>         description : 'Generate API documentation with gtk-doc')
> +
> +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


More information about the Spice-devel mailing list