[Spice-commits] meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Mar 6 14:53:05 UTC 2022
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5229a16a67b73a5c6b7065960e4784f209b3526c
Author: osy <osy at turing.llc>
Date: Fri Mar 4 13:15:16 2022 -0800
meson: move cairo dependency to GTK build only
Cairo is only used in SpiceDisplay which is part of the GTK client. If
we are building the GLib only client, it should be optional.
diff --git a/meson.build b/meson.build
index ec13ac3..dc7b427 100644
--- a/meson.build
+++ b/meson.build
@@ -107,8 +107,8 @@ foreach dep, version : deps
endforeach
# mandatory dependencies, without specific version requirement
-# TODO: specify minimum version for cairo, jpeg and zlib?
-deps = ['cairo', 'libjpeg', 'zlib', 'json-glib-1.0']
+# TODO: specify minimum version for jpeg and zlib?
+deps = ['libjpeg', 'zlib', 'json-glib-1.0']
if host_machine.system() == 'windows'
deps += 'gio-windows-2.0'
else
More information about the Spice-commits
mailing list