[jhbuild] Use gtk_doc=false to disable gtk-doc for meson builds
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Use gtk_doc=false to disable gtk-doc for meson builds
- Date: Mon, 20 Nov 2017 18:25:37 +0000 (UTC)
commit 603e0d6ef4111992b9b3fc44a42abb8dc24716b3
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Mon Nov 20 12:23:57 2017 -0600
Use gtk_doc=false to disable gtk-doc for meson builds
disable_gtkdoc=true was just a guess by me at how this option might be
named by projects. GNOME is standardizing on gtk_doc=false and that's
what we'll use here. If you call it something else, set it manually in
the module's mesonargs.
jhbuild/defaults.jhbuildrc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index db81bac..8201858 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -78,7 +78,7 @@ except ImportError as _e:
# override environment variables, command line arguments, etc
autogenargs = '--disable-static --disable-gtk-doc'
cmakeargs = ''
-mesonargs = '--buildtype=debugoptimized -Ddisable_gtkdoc=true'
+mesonargs = '--buildtype=debugoptimized -Dgtk_doc=false'
makeargs = ''
cflags = ''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]