[gtk+/wip/meson: 121/135] build: Disable introspection generation



commit b4c45a1755599405c575b73e9902a6a9a474e15b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Apr 26 14:44:06 2017 +0100

    build: Disable introspection generation
    
    Currently gobject-introspection is badly borked with Meson.
    
    This will need to be reverted.

 gtk/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/meson.build b/gtk/meson.build
index badb390..f191fd9 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',
   ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]