Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-31 Thread Dylan Baker
Quoting Jan Vesely (2018-12-29 08:22:55) > On Wed, 2018-12-26 at 15:26 +, Eric Engestrom wrote: > > On Tuesday, 2018-12-25 23:09:53 +0100, Jan Vesely wrote: > > > Guess my meson-fu is still pretty weak. > > > Now I see the build failure again: > > > In file included from ../mesa/src/intel/vulka

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-29 Thread Bas Nieuwenhuizen
On Sat, Dec 29, 2018 at 5:23 PM Jan Vesely wrote: > > On Wed, 2018-12-26 at 15:26 +, Eric Engestrom wrote: > > On Tuesday, 2018-12-25 23:09:53 +0100, Jan Vesely wrote: > > > Guess my meson-fu is still pretty weak. > > > Now I see the build failure again: > > > In file included from ../mesa/src

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-29 Thread Jan Vesely
On Wed, 2018-12-26 at 15:26 +, Eric Engestrom wrote: > On Tuesday, 2018-12-25 23:09:53 +0100, Jan Vesely wrote: > > Guess my meson-fu is still pretty weak. > > Now I see the build failure again: > > In file included from ../mesa/src/intel/vulkan/anv_private.h:77:0, > > from ../

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-26 Thread Eric Engestrom
On Tuesday, 2018-12-25 23:09:53 +0100, Jan Vesely wrote: > Guess my meson-fu is still pretty weak. > Now I see the build failure again: > In file included from ../mesa/src/intel/vulkan/anv_private.h:77:0, > from ../mesa/src/intel/vulkan/genX_pipeline.c:24: > src/../include/vulkan/v

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-25 Thread Jan Vesely
Guess my meson-fu is still pretty weak. Now I see the build failure again: In file included from ../mesa/src/intel/vulkan/anv_private.h:77:0, from ../mesa/src/intel/vulkan/genX_pipeline.c:24: src/../include/vulkan/vulkan_intel.h:27:10: fatal error: vulkan.h: No such file or directo

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-24 Thread Jan Vesely
On Sun, 2018-12-23 at 15:35 +, Eric Engestrom wrote: > On Sunday, 2018-12-23 12:31:20 +0100, Jan Vesely wrote: > > From: Jan Vesely > > > > intel_vulkan.h uses '#include "vulkan.h"' so the file needs to be in > > include path. > > Fixes meson build of anv > > Hmm, that doesn't look? > > inc

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-23 Thread Eric Engestrom
On Sunday, 2018-12-23 12:31:20 +0100, Jan Vesely wrote: > From: Jan Vesely > > intel_vulkan.h uses '#include "vulkan.h"' so the file needs to be in > include path. > Fixes meson build of anv Hmm, that doesn't look? include/vulkan/vulkan_intel.h has `#include "vulkan.h"`, which lives at include/

[Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-23 Thread Jan Vesely
From: Jan Vesely intel_vulkan.h uses '#include "vulkan.h"' so the file needs to be in include path. Fixes meson build of anv Signed-off-by: Jan Vesely --- src/intel/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/meson.build b/src/intel/v