diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-04-26 14:44:06 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:57 +0100 |
commit | 99d353003e91081086b8baeaf0ad59bf51f5c555 (patch) | |
tree | 573f03c3641f0695e801ab0558e5146933903947 /gtk | |
parent | d35d82fb3551fea5859add791be5c56bd6e158f0 (diff) | |
download | gtk+-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.build | 2 |
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', ] |