That would work too.

It's not difficult to make vulkan headers an optional dependency FWIW.   IIUC, 
modifying tests/spec/ext_external_objects/CMakeLists.gl.txt and enclosing  all 
in if (LIBVULKAN_FOUND) ... endif () , or something along those lines, should 
do the trick.  I'm pretty sure there are lots of precedents for tests being 
optionally built.

Jose

________________________________
From: Lionel Landwerlin <[email protected]>
Sent: Tuesday, May 5, 2020 15:46
To: Jose Fonseca <[email protected]>; Eleni Maria Stea <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: [Piglit] Vulkan headers dependency

Maybe embedding them like we do in Mesa?

-Lionel

On 05/05/2020 17:40, Jose Fonseca wrote:
Could we please make Vulkan headers an optional dependency?  It would simplify 
building and running piglit on Windows.

_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to