Re: [Mesa-dev] [PATCH 9/9] automake: adjust wayland-drm comment

2017-09-15 Thread Emil Velikov
On 7 September 2017 at 19:05, Emil Velikov wrote: > From: Emil Velikov > > Vulkan does not depend on the library or any of the objects > created in the process. > I'll add the following to the commit message. "While GBM was removed with the earlier patch "wayland-drm: static inline wayland_drm_b

[Mesa-dev] [PATCH 9/9] automake: adjust wayland-drm comment

2017-09-07 Thread Emil Velikov
From: Emil Velikov Vulkan does not depend on the library or any of the objects created in the process. Signed-off-by: Emil Velikov --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e055cb8e701..e2d53155d52 100644 ---