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 d35d82fb35
commit 99d353003e

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',
]