From b788f975b3ca7f092cb906c66722326fac43c281 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 7 Jan 2019 18:48:37 +0100 Subject: meson: use underscore as a separator in build options This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests. --- meson_options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meson_options.txt') 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}' ) -- cgit v1.2.1