mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-07 03:25:35 +00:00
test-region: Add missing dependencies
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@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
a45f656aac
commit
c01a4a6fc3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user