Hi Emil,
On 21 April 2017 at 14:43, Emil Velikov wrote:
> On 21 April 2017 at 13:26, Daniel Stone wrote:
>> On 20 April 2017 at 16:20, wrote:
>>> Trying to build the Vulkan WSI code results in a failure without DRI3.
>>> Make configure check that DRI3 is available before trying to build
>>> th
On 21 April 2017 at 13:26, Daniel Stone wrote:
> Hi Ville,
>
> On 20 April 2017 at 16:20, wrote:
>> Trying to build the Vulkan WSI code results in a failure without DRI3.
>> Make configure check that DRI3 is available before trying to build
>> the Vulkan drivers.
>
> It shouldn't. Could you plea
Hi Ville,
On 20 April 2017 at 16:20, wrote:
> Trying to build the Vulkan WSI code results in a failure without DRI3.
> Make configure check that DRI3 is available before trying to build
> the Vulkan drivers.
It shouldn't. Could you please try this - fixing the existing
conditional - instead? ht
From: Ville Syrjälä
Trying to build the Vulkan WSI code results in a failure without DRI3.
Make configure check that DRI3 is available before trying to build
the Vulkan drivers.
Signed-off-by: Ville Syrjälä
---
configure.ac | 4
1 file changed, 4 insertions(+)
diff --git a/configure.ac b