summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-07 18:07:29 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-07 18:51:27 +0100
commit6e8a9c608649db887705d3666cbd39e924319cb4 (patch)
tree3013db0a09bb32da30794ae2e91cdc9147f4f61f /meson_options.txt
parenta6175b65029c3ae01e9da8a1071863aff22aaf7b (diff)
downloadgdk-pixbuf-6e8a9c608649db887705d3666cbd39e924319cb4.tar.gz
build: Change the default for builtin_loaders
Use 'default' as the default value, instead of 'none'.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5c2641cb6..0705e8cde 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,9 +11,9 @@ option('jpeg',
type: 'boolean',
value: true)
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',
+ description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "default", or "none", or "all" to build all buildable loaders into gdk-pixbuf',
type: 'string',
- value: 'none')
+ value: 'default')
option('gtk_doc',
description: 'Whether to generate the API reference',
type: 'boolean',