summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-02 18:12:19 +0100
committerBastien Nocera <hadess@hadess.net>2019-11-26 11:59:41 +0100
commit3362e94c2595440f322798dc4d15f1ed24a4c52c (patch)
tree50592ac40d8ab2c4b1fef380fdb75a9004c1333c /meson.build
parent209eb5981afe3bce1b31f273a46aa20b037b7d3a (diff)
downloadgdk-pixbuf-3362e94c2595440f322798dc4d15f1ed24a4c52c.tar.gz
Remove obsolete Xlib helper library
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 7871fb23c..e74ad3792 100644
--- a/meson.build
+++ b/meson.build
@@ -407,12 +407,6 @@ gnome = import('gnome')
subdir('gdk-pixbuf')
-gdkpixbuf_xlib_inc = []
-if get_option('x11')
- x11_dep = dependency('x11')
- subdir('contrib/gdk-pixbuf-xlib')
-endif
-
# i18n
subdir('po')