Re: [Mesa-dev] [PATCH] vulkan: Fix gen_enum_to_str in out of tree builds

2017-02-22 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] vulkan: Fix gen_enum_to_str in out of tree builds

2017-02-22 Thread Mike Lothian
This fixes the build for me and I've tested vulkan programs still work Reviewed-and-Tested-by: Mike Lothian On 23 February 2017 at 00:38, Dylan Baker wrote: > In some configurations the util directory is created when building out > of tree, but not others. This patch ensures that it's created.

[Mesa-dev] [PATCH] vulkan: Fix gen_enum_to_str in out of tree builds

2017-02-22 Thread Dylan Baker
In some configurations the util directory is created when building out of tree, but not others. This patch ensures that it's created. cc: Matt Turner Signed-off-by: Dylan Baker --- src/vulkan/Makefile.am | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/vulkan/Makefil