summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-01-27 08:37:41 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2018-01-30 13:15:36 +0100
commitb4854a80a96311fc47f64a41b32a3fe01ad1afec (patch)
tree575311694a2dd29cc4261aaf828d2d32e8423446 /meson_options.txt
parent67533bffdcd22893b28baa411b2e75bd75dce323 (diff)
downloadlibgnome-volume-control-b4854a80a96311fc47f64a41b32a3fe01ad1afec.tar.gz
build: Rename build options
Following the meson porting guidelines, this patch renames the build options. The list of changes is as follows: - Remove the with prefix from string options. - The character separator from multi-word options has been changed to underscore. It also changes the introspection and static meson variables to be consistent with the one used for alsa. https://bugzilla.gnome.org/show_bug.cgi?id=792948
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 379a6c7..38513e3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,10 +1,10 @@
-option('package-name',
+option('package_name',
type: 'string',
value: '',
description: 'The value for the GETTEXT_PACKAGE define.'
)
-option('package-version',
+option('package_version',
type: 'string',
value: '',
description: 'The value for the PACKAGE_VERSION define.'
@@ -34,7 +34,7 @@ option('static',
description: 'Build as a static library.'
)
-option('with-introspection',
+option('introspection',
type: 'boolean',
value: false,
description: 'Build gobject-introspection support'