summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-01-07 12:27:41 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-01-07 12:27:41 +0000
commit7a3b8612300282d33d4c11bbec4c7aea411a4490 (patch)
tree2fa2b1d4046714d4044cba3dec12015bf159af92 /meson_options.txt
parent89b457f3f474f68397e496bb00dc1acbde92c5a2 (diff)
downloadgdk-pixbuf-7a3b8612300282d33d4c11bbec4c7aea411a4490.tar.gz
Remove unused x11 configuration option
Now that gdk-pixbuf-xlib has been moved out of tree into its own repository, we can drop the `x11` build configuration option.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a7c33a869..1add5a86b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,10 +14,6 @@ option('jasper',
description: 'Enable JPEG2000 loader (requires libjasper)',
type: 'boolean',
value: false)
-option('x11',
- description: 'Enable X11 support (requires libX11)',
- 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',
type: 'string',