From 191402c0afc8fb15b47931b0461efd885c8dd4e0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 7 Sep 2017 17:58:02 +0100 Subject: [PATCH] automake: adjust wayland-drm comment Vulkan does not depend on the library or any of the objects created in the process. Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7ca3c0a12d9..2d732ea87f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,7 +64,7 @@ endif # include only conditionally ? SUBDIRS += compiler -## Optionally required by GBM, EGL and Vulkan +## Optionally required by GBM, EGL if HAVE_PLATFORM_WAYLAND SUBDIRS += egl/wayland/wayland-drm endif -- 2.30.2