summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2018-04-01 12:44:51 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-25 16:36:24 +0100
commit4142b7ffe72a597f7f321dfec0d25b15e4582f1a (patch)
tree822adb9f7183aee59f171039e8d6e8b48014ac13 /meson.build
parentfc2d02ed908c524cc2831e5404d5f06b02e3f9fd (diff)
downloadgdk-pixbuf-4142b7ffe72a597f7f321dfec0d25b15e4582f1a.tar.gz
meson: Fix no-X11 documentation build
https://bugzilla.gnome.org/show_bug.cgi?id=794872 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 13a1e9735..e9c7f2de1 100644
--- a/meson.build
+++ b/meson.build
@@ -388,6 +388,7 @@ gnome = import('gnome')
subdir('gdk-pixbuf')
+gdkpixbuf_xlib_inc = []
if get_option('x11')
x11_dep = cc.find_library('X11', required: false)
if x11_dep.found()