[network-manager-applet] meson: enable glib introspection by default
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] meson: enable glib introspection by default
- Date: Mon, 16 Oct 2017 11:54:11 +0000 (UTC)
commit 45ac42dea010a250ca008d46dd39821647a5189b
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Oct 16 12:14:17 2017 +0200
meson: enable glib introspection by default
The autotools used to automatically detect this. Not an option with
Meson, but since Meson can't ship prebuilt introspection data we should
ensure the user builds it unless he really doesn't need it.
meson_options.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index e641182..d5fcbb1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,4 +8,4 @@ option('with-more-asserts', type: 'string', value: '0', description: 'Enable mor
option('enable-iso-codes', type: 'boolean', value: true, description: 'check for iso-codes at build-time')
option('enable-ld-gc', type: 'boolean', value: true, description: 'Enable garbage collection of unused
symbols on linking')
option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
-option('enable-introspection', type: 'boolean', value: false, description: 'Enable introspection for this
build')
+option('enable-introspection', type: 'boolean', value: true, description: 'Enable introspection for this
build')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]