Remove dependency on gobject-introspection-1.0

This commit is contained in:
Balló György 2023-03-15 09:24:37 +00:00 committed by Victor Toso
parent 218045dc42
commit 953556c8a7

View File

@ -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}