summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-07 18:48:37 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-07 18:48:37 +0100
commitb788f975b3ca7f092cb906c66722326fac43c281 (patch)
treedebc2f59e0deb14cf5ccbb1772013a9f9356e17c /meson_options.txt
parentd020c524bad9a9e26b124b85a356d3858b03cab7 (diff)
downloadgobject-introspection-b788f975b3ca7f092cb906c66722326fac43c281.tar.gz
meson: use underscore as a separator in build options
This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7757a3a1..445a68a4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,15 +6,15 @@ option('doctool', type: 'boolean', value : false,
description: 'Install g-ir-doc-tool and run related tests'
)
-option('glib-src-dir', type: 'string',
+option('glib_src_dir', type: 'string',
description: 'Source directory for glib - needed to add docs to gir'
)
-option('gtk-doc', type: 'boolean', value: false,
+option('gtk_doc', type: 'boolean', value: false,
description: 'Build and install documentation'
)
-option('cairo-libname', type: 'string',
+option('cairo_libname', type: 'string',
description: 'Custom name for the cairo-gobject library name'
)
@@ -22,6 +22,6 @@ option('python', type: 'string', value: 'python3',
description: 'Path or name of the Python interpreter to build for'
)
-option('gir-dir-prefix', type: 'string',
+option('gir_dir_prefix', type: 'string',
description: 'Intermediate prefix for gir installation under ${prefix}'
)