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
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.
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