summaryrefslogtreecommitdiff
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0c725d8ae..6aebaed1d 100644
--- a/meson.build
+++ b/meson.build
@@ -447,7 +447,6 @@ summary = [
' documentation: @0@'.format(get_option('docs')),
' man pages: @0@'.format(get_option('man')),
' introspection: @0@'.format(get_option('gir')),
- ' x11: @0@'.format(get_option('x11')),
' installed tests: @0@'.format(get_option('installed_tests')),
' relocatable: @0@'.format(get_option('relocatable')),
'',