Follow-up about spice-protocol check
The following discussion from !64 (closed) should be addressed:
-
@fziglio started a discussion: (+9 comments) The commit states
meson: add back explicit dependency on spice-protocol Partially revert commit 51ede38ee5763ab0107bd7fdb1c23672b88247fb ("build: Tell SPICE common the SPICE protocol version we require") as spice-gtk depends on specific spice-protocol version as well.
but the dependency is there, the change allows to mix
spice-common
andspice-gtk
requirement, you removed this ability. Simply settingspice_protocol_version
in# other global vars
section ofmeson.build
is fine if you need a newer version.