[Spice-commits] meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 15 09:24:39 UTC 2023


 meson.build |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 953556c8a757cdadb0ebf2b040dfc78ee45d40b7
Author: Balló György <ballogyor at gmail.com>
Date:   Wed Mar 15 09:24:37 2023 +0000

    Remove dependency on gobject-introspection-1.0

diff --git a/meson.build b/meson.build
index 341f5fb..44017e5 100644
--- a/meson.build
+++ b/meson.build
@@ -345,7 +345,6 @@ summary_info += {'coroutine': spice_gtk_coroutine}
 spice_gtk_has_introspection = false
 d = dependency('gobject-introspection-1.0', version : '>= 0.94', required : get_option('introspection'))
 if d.found()
-  spice_glib_deps += d
   spice_gtk_has_introspection = true
 endif
 summary_info += {'introspection': spice_gtk_has_introspection}


More information about the Spice-commits mailing list