Re: [Spice-devel] [PATCH 3/8] autotools: correctly build canvas-related code

2011-04-22 Thread Christophe Fergeau
On Thu, Apr 21, 2011 at 02:00:17PM +0200, Christophe Fergeau wrote: > diff --git a/common/Makefile.am b/common/Makefile.am > index 0a2f9c1..501a6e1 100644 > --- a/common/Makefile.am > +++ b/common/Makefile.am > @@ -6,7 +6,6 @@ NULL = > > noinst_LTLIBRARIES = libspice-common.la > libspice_common

[Spice-devel] [PATCH 3/8] autotools: correctly build canvas-related code

2011-04-21 Thread Christophe Fergeau
spice client and spice server shares code from common/{gdi,gl,sw}_canvas.[ch]. However, while most of the code is shared, the server code wants a canvas compiled with SW_CANVAS_IMAGE_CACHE defined while the client code wants a canvas compiled with SW_CANVAS_CACHE. The initial autotools refactoring