[Spice-devel] [spice-gtk] Drop glib < 2.28 support
Christophe Fergeau
cfergeau at redhat.com
Thu Oct 30 10:16:52 PDT 2014
On Thu, Oct 30, 2014 at 01:10:05PM -0400, Marc-André Lureau wrote:
>
>
> ----- Original Message -----
> > With el6 now shipping glib 2.28, there is no very good reason to keep
> > support for older glib versions alive, especially as it will barely be
> > tested.
> > ---
> > configure.ac | 16 ++-------
> > gtk/Makefile.am | 9 ++---
> > gtk/bio-gio.c | 26 ++------------
> > gtk/bio-gio.h | 4 ---
> > gtk/desktop-integration.c | 49 +++------------------------
> > gtk/glib-compat.c | 86
> > -----------------------------------------------
> > gtk/glib-compat.h | 84 ---------------------------------------------
> > gtk/map-file | 1 -
> > gtk/spice-channel.c | 17 ----------
> > gtk/spice-session.c | 38 ---------------------
> > gtk/wocky-http-proxy.c | 8 -----
> > 11 files changed, 11 insertions(+), 327 deletions(-)
> >
> > diff --git a/configure.ac b/configure.ac
> > index f304e52..3bd09f3 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -255,7 +255,7 @@ fi
> >
> > AC_CHECK_FUNCS(clearenv strtok_r)
> >
> > -PKG_CHECK_MODULES(GLIB2, glib-2.0 >= 2.22)
> > +PKG_CHECK_MODULES(GLIB2, glib-2.0 >= 2.26)
>
> I guess you wanted 2.28 here
Right, thanks, that's what I get for doing things in 2 steps (first 2.26
then 2.28). Fixed.
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20141030/6822cc35/attachment-0001.sig>
More information about the Spice-devel
mailing list