From 4ea4a3f9989a57fca57958c85cba1fca60216767 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 29 Nov 2017 18:09:55 +0100 Subject: build: Remove "with" from Meson build options As per https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://bugzilla.gnome.org/show_bug.cgi?id=790995 --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index a197b7434..a5aa93be0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,15 +22,15 @@ option('builtin_loaders', description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "none", or "all" to build all buildable loaders into gdk-pixbuf', type: 'string', value: 'none') -option('with_docs', +option('docs', description: 'Whether to generate the API reference (requires GTK-Doc)', type: 'boolean', value: false) -option('with_gir', +option('gir', description: 'Whether to generate the API introspection data (requires GObject-Introspection)', type: 'boolean', value: true) -option('with_man', +option('man', description: 'Whether to generate man pages (requires xlstproc)', type: 'boolean', value: true) -- cgit v1.2.1