summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-08-04 14:41:55 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-08-21 15:19:08 +0800
commit98ebded2cdcb54ea542b9e04773c59783ea7d82c (patch)
tree2eb64e229ec5c0a379decea19706f2e0d6c83dd6 /meson_options.txt
parent64ac9d7a37986eef404914b66e220e0ea530b845 (diff)
downloadgdk-pixbuf-98ebded2cdcb54ea542b9e04773c59783ea7d82c.tar.gz
build: Allow 'all' shorthand for builtin_loaders build option
To ease packaging of the built binaries, provide an 'all' shorthand for making all the buildable loaders built into the main GDK-Pixbuf library, so that we do not need to distribute them as well, and makes it easier so that one will not have to try to find and enter all the names of the loaders that are shipped with GDK-Pixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=785767
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1c761dbeb..ba6524698 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,7 +15,7 @@ option('enable_jasper',
type: 'boolean',
value: false)
option('builtin_loaders',
- description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "none"',
+ 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',