diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-11-29 18:09:55 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-12-05 06:46:55 +0100 |
commit | 4ea4a3f9989a57fca57958c85cba1fca60216767 (patch) | |
tree | f3f6b2241c1ac9a4143de6607afa86c3eded76e2 /meson_options.txt | |
parent | 328b53f0b67293c5b310d4e1ce9894a83644416f (diff) | |
download | gdk-pixbuf-4ea4a3f9989a57fca57958c85cba1fca60216767.tar.gz |
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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) |