summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalló György <ballogyor@gmail.com>2023-03-15 09:24:37 +0000
committerVictor Toso <me@victortoso.com>2023-03-15 09:24:37 +0000
commit953556c8a757cdadb0ebf2b040dfc78ee45d40b7 (patch)
treea6765325d3d15d8cd35b6a514f7ae1b67c370f47
parent218045dc426be44676d9051c3b7ecf0ab7e0e1e0 (diff)
Remove dependency on gobject-introspection-1.0
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
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}