<div dir="ltr">any updates here?</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 1, 2018 at 2:09 PM Lukas Rusak <<a href="mailto:lorusak@gmail.com">lorusak@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This seems to have been missed in the move from autotools<br>
<br>
This fixes the following build issue:<br>
<br>
../src/gallium/auxiliary/vl/vl_winsys_dri.c:34:10: fatal error: X11/Xlib-xcb.h: No such file or directory<br>
 #include <X11/Xlib-xcb.h><br>
          ^~~~~~~~~~~~~~~~<br>
---<br>
 src/gallium/auxiliary/meson.build | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build<br>
index 584cbe4509..857001e12c 100644<br>
--- a/src/gallium/auxiliary/meson.build<br>
+++ b/src/gallium/auxiliary/meson.build<br>
@@ -453,7 +453,7 @@ files_libgalliumvl = files(<br>
 )<br>
<br>
 files_libgalliumvlwinsys = files('vl/vl_winsys.h')<br>
-if with_dri2<br>
+if with_dri2 and with_platform_x11<br>
   files_libgalliumvlwinsys += files('vl/vl_winsys_dri.c')<br>
   if with_dri3<br>
     files_libgalliumvlwinsys += files('vl/vl_winsys_dri3.c')<br>
-- <br>
2.17.0<br>
<br>
</blockquote></div>