Re: [Spice-devel] [PATCH spice-common v2 1/2] test-region: Add missing dependencies

2019-01-08 Thread Frediano Ziglio
> On Mon, Dec 17, 2018 at 06:56:19AM -0500, Frediano Ziglio wrote: > > > > > > The test uses both GLib and pixman libraries. > > > This does not seem to affect Linux but make the test fails under Windows. > > > > > > Signed-off-by: Frediano Ziglio > > > --- > > > tests/Makefile.am | 1 + > > >

Re: [Spice-devel] [PATCH spice-common v2 1/2] test-region: Add missing dependencies

2019-01-08 Thread Christophe Fergeau
On Mon, Dec 17, 2018 at 06:56:19AM -0500, Frediano Ziglio wrote: > > > > The test uses both GLib and pixman libraries. > > This does not seem to affect Linux but make the test fails under Windows. > > > > Signed-off-by: Frediano Ziglio > > --- > > tests/Makefile.am | 1 + > > 1 file changed, 1

[Spice-devel] [PATCH spice-common v2 1/2] test-region: Add missing dependencies

2018-12-17 Thread Frediano Ziglio
The test uses both GLib and pixman libraries. This does not seem to affect Linux but make the test fails under Windows. Signed-off-by: Frediano Ziglio --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) Changes since v1: - use SPICE_COMMON_LIBS diff --git a/tests/Makefile.am