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 <[email protected]>
---
 tests/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Changes since v1:
- use SPICE_COMMON_LIBS

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 926ac99..f54e394 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -63,6 +63,7 @@ test_region_CFLAGS =                  \
        $(NULL)
 test_region_LDADD =                                    \
        $(top_builddir)/common/libspice-common.la       \
+       $(SPICE_COMMON_LIBS)                            \
        $(NULL)
 
 # Avoid need for python(pyparsing) by end users
-- 
2.17.2

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to