diff options
Diffstat (limited to 'src/vulkan/Makefile.sources')
-rw-r--r-- | src/vulkan/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vulkan/Makefile.sources b/src/vulkan/Makefile.sources index a0a24ce7de8..101a94349c6 100644 --- a/src/vulkan/Makefile.sources +++ b/src/vulkan/Makefile.sources @@ -11,7 +11,9 @@ VULKAN_WSI_WAYLAND_FILES := \ VULKAN_WSI_WAYLAND_GENERATED_FILES := \ wsi/wayland-drm-protocol.c \ - wsi/wayland-drm-client-protocol.h + wsi/wayland-drm-client-protocol.h \ + wsi/linux-dmabuf-unstable-v1-protocol.c \ + wsi/linux-dmabuf-unstable-v1-client-protocol.h VULKAN_WSI_X11_FILES := \ wsi/wsi_common_x11.c \ |