summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 0311e01d2..4615bfaad 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -32,10 +32,6 @@ private_headers = [
'lzw.h',
]
-if not get_option('x11')
- private_headers += 'contrib'
-endif
-
if get_option('docs')
gnome.gtkdoc('gdk-pixbuf',
main_xml: 'gdk-pixbuf.xml',