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

Victor Toso victortoso at redhat.com
Tue Feb 19 15:41:21 UTC 2019


Hi,

On Tue, Feb 19, 2019 at 10:36:38AM -0500, Frediano Ziglio wrote:
> ping the series

In my mind, I've acked this spice-gtk series too, pretty sure I
tested it before as well.

    Acked-by: Victor Toso <victortoso at redhat.com>

> > 
> > 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
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190219/2f82d472/attachment.sig>


More information about the Spice-devel mailing list