mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
spice: configure: check spice-common version of 0.4.2 instead of 0.4.1
This only affects spice-client and spice-server builds that are configured with --with-spice-common (which means that are using an installed spice-common package). Version has been increased to 0.4.2 lately. Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
e02374c544
commit
b2851ae690
@ -177,7 +177,7 @@ AC_ARG_WITH(spice-common,
|
||||
[use_spice_common=no])
|
||||
|
||||
if test "x$use_spice_common" != "xno"; then
|
||||
PKG_CHECK_MODULES(SPICE_COMMON, spice-common = 0.4.1)
|
||||
PKG_CHECK_MODULES(SPICE_COMMON, spice-common = 0.4.2)
|
||||
SPICE_COMMON_SRCDIR=$(pkg-config --variable=common_src_dir spice-common)
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user