From ebd140752a326938aa36afd3795a908ba6d5c878 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 17 Jul 2020 13:56:59 +0200 Subject: [PATCH] Update Makefile.common --- Makefile.common | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.common b/Makefile.common index ff13b416e8..be7d57f4bf 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1058,6 +1058,11 @@ ifeq ($(HAVE_WAYLAND), 1) gfx/common/wayland/xdg-shell-unstable-v6.o \ gfx/common/wayland/idle-inhibit-unstable-v1.o \ gfx/common/wayland/xdg-decoration-unstable-v1.o + + ifeq ($(HAVE_VULKAN), 1) + OBJ += gfx/drivers_context/wayland_vk_ctx.o + endif + DEF_FLAGS += $(WAYLAND_CFLAGS) $(WAYLAND_CURSOR_CFLAGS) LIBS += $(WAYLAND_LIBS) $(WAYLAND_CURSOR_LIBS)