[gtk/wip/nirbheek/gtk-3-24-meson: 3/14] meson_options.txt: Disable introspection by default
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/nirbheek/gtk-3-24-meson: 3/14] meson_options.txt: Disable introspection by default
- Date: Tue, 4 Dec 2018 04:30:31 +0000 (UTC)
commit 7f8b0d9e3ccd0949e4e7f4798f7c1b800fa7794a
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Tue Nov 20 16:12:48 2018 +0530
meson_options.txt: Disable introspection by default
It's broken. Fix later.
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 79aca2aa66..782f7153f4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,7 +27,7 @@ option('documentation', type: 'boolean', value: 'false',
description : 'Build API reference and tools documentation')
option('man-pages', type: 'boolean', value: 'false',
description : 'Build man pages for installed tools')
-option('introspection', type: 'boolean', value: 'true',
+option('introspection', type: 'boolean', value: 'false',
description : 'Build introspection data (requires gobject-introspection)')
# Demos and binaries
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]