[gtk+] build: Disable introspection generation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] build: Disable introspection generation
- Date: Wed, 3 May 2017 14:31:16 +0000 (UTC)
commit 99d353003e91081086b8baeaf0ad59bf51f5c555
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]