build: Disable introspection generation

Currently gobject-introspection is badly borked with Meson.

This will need to be reverted.
This commit is contained in:
Emmanuele Bassi
2017-04-26 14:44:06 +01:00
parent f4203b712e
commit b4c45a1755

View File

@@ -895,7 +895,7 @@ libgtk_dep = declare_dependency(
link_args: common_ldflags)
# Introspection
if not meson.is_cross_build()
if false
gir_args = [
'--c-include=gtk/gtk.h',
]