<div dir="ltr">My quick attempt at grepping <a href="http://configure.ac">configure.ac</a> didn't turn anything up.<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 13, 2017 at 9:37 AM, Dylan Baker <span dir="ltr"><<a href="mailto:dylan@pnwbakers.com" target="_blank">dylan@pnwbakers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I believe I copied this from autotools, does it have the same restriction?<br>
<br>
Quoting Jason Ekstrand (2017-11-11 10:32:05)<br>
<div><div class="h5">> It should be perfectly valid to build a completely headless Vulkan<br>  river.  We don't need to require a platform.<br>
> ---<br>
>  meson.build | 3 ---<br>
>  1 file changed, 3 deletions(-)<br>
><br>
> diff --git a/meson.build b/meson.build<br>
> index 1f6658b..e4d0e0f 100644<br>
> --- a/meson.build<br>
> +++ b/meson.build<br>
> @@ -306,9 +306,6 @@ if _vulkan_drivers != ''<br>
>    with_intel_vk = _split.contains('intel')<br>
>    with_amd_vk = _split.contains('amd')<br>
>    with_any_vk = with_amd_vk or with_intel_vk<br>
> -  if not (with_platform_x11 or with_platform_wayland or with_platform_android)<br>
> -    error('Vulkan requires at least one platform (x11, wayland, android)')<br>
> -  endif<br>
>  endif<br>
><br>
>  with_dri2 = (with_dri or with_any_vk) and with_dri_platform == 'drm'<br>
> --<br>
> 2.5.0.400.gff86faf<br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</blockquote></div><br></div></div></div>