Re: [Spice-devel] [PATCH 2/3] build: Use glib2

2012-11-26 Thread Christophe Fergeau
Hi, On Sat, Nov 24, 2012 at 07:22:53PM +0100, Paolo Bonzini wrote: > Il 23/11/2012 16:58, Christophe Fergeau ha scritto: > > +PKG_CHECK_MODULES([GLIB2], [glib-2.0 >= 2.22]) > > +SPICE_REQUIRES+=" glib-2.0 >= 2.22" > > + > > Note that QEMU only requires 2.12, or 2.20 on Windows. Ah thanks for the

Re: [Spice-devel] [PATCH 2/3] build: Use glib2

2012-11-24 Thread Paolo Bonzini
Il 23/11/2012 16:58, Christophe Fergeau ha scritto: > +PKG_CHECK_MODULES([GLIB2], [glib-2.0 >= 2.22]) > +SPICE_REQUIRES+=" glib-2.0 >= 2.22" > + Note that QEMU only requires 2.12, or 2.20 on Windows. Paolo ___ Spice-devel mailing list Spice-devel@lists.

[Spice-devel] [PATCH 2/3] build: Use glib2

2012-11-23 Thread Christophe Fergeau
Now that QEMU depends on glib, it won't really hurt if we depend on it as well, and we won't have to reinvent our own helpers. --- configure.ac | 3 +++ server/Makefile.am | 2 ++ 2 files changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index a12e119..fc0216f 100644 --- a/c