aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Stone <[email protected]>2018-02-09 15:43:30 -0800
committerDaniel Stone <[email protected]>2018-02-21 22:37:10 +0000
commitbfa22266cd4d268e52d2535b41ef972421e66f71 (patch)
tree7bb57ca0aa38d23c324672d69eddc72d326d475b /src/vulkan/Makefile.sources
parentc757fd2852849a5c8db92032ff66b6bbe5073f1c (diff)
vulkan/wsi/wayland: Add support for zwp_dmabuf
zwp_linux_dmabuf_v1 lets us use multi-planar images and buffer modifiers. Signed-off-by: Daniel Stone <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/vulkan/Makefile.sources')
-rw-r--r--src/vulkan/Makefile.sources4
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 \