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

Frediano Ziglio fziglio at redhat.com
Mon Dec 17 10:26:55 UTC 2018


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 <fziglio at redhat.com>
---
 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



More information about the Spice-devel mailing list