summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-04-26 14:44:06 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:57 +0100
commit99d353003e91081086b8baeaf0ad59bf51f5c555 (patch)
tree573f03c3641f0695e801ab0558e5146933903947 /gtk
parentd35d82fb3551fea5859add791be5c56bd6e158f0 (diff)
downloadgtk+-99d353003e91081086b8baeaf0ad59bf51f5c555.tar.gz
build: Disable introspection generation
Currently gobject-introspection is badly borked with Meson. This will need to be reverted.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/meson.build b/gtk/meson.build
index badb3901bb..f191fd94f3 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -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',
]