Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
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.
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