summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-10-19 16:20:51 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-10-19 16:20:51 +0100
commitf9dc2d9a26ffb72c8258dbf72ae406420d663081 (patch)
treefddeb5bd49a0659e1599c2938b0b171bea01a203 /docs/meson.build
parentecd8856876cfce614d104c458413cb05eb6686bc (diff)
downloadgdk-pixbuf-drop-x11.tar.gz
Drop gdk-pixbuf-xlibdrop-x11
The separate gdk-pixbuf-xlib API and shared library has been deprecated for years, and is not even built by default; it has been moved out of tree, into its own repository, in case people still depend on it.
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 175380e6a..c286ece36 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -21,7 +21,6 @@ private_headers = [
'gdk-pixbuf-marshal.h',
'gdk-pixbuf-private.h',
'gdk-pixbuf-scaled-anim.h',
- 'gdk-pixbuf-xlib-private.h',
'io-ani-animation.h',
'io-gdip-animation.h',
'io-gdip-native.h',
@@ -33,16 +32,11 @@ 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',
src_dir: [
gdk_pixbuf_inc,
- gdkpixbuf_xlib_inc,
],
dependencies: gdkpixbuf_dep,
gobject_typesfile: 'gdk-pixbuf.types',