summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/Makefile.sources
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2016-10-14 07:12:33 +0100
committerDave Airlie <[email protected]>2016-10-19 10:15:43 +1000
commit3f7ef2488938d31b5ead043891fadc3cee4c6f05 (patch)
treee8ca48ce50b09485f1d0df789192394749dfd3e7 /src/vulkan/wsi/Makefile.sources
parentec0bc14a700c2503d834ac0763f4cfbe312998fa (diff)
anv: move to using shared wsi code
This moves the shared code to a common subdirectory and makes anv linked to that code instead of the copy it was using. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/vulkan/wsi/Makefile.sources')
-rw-r--r--src/vulkan/wsi/Makefile.sources11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/vulkan/wsi/Makefile.sources b/src/vulkan/wsi/Makefile.sources
new file mode 100644
index 00000000000..3139e6dbb7e
--- /dev/null
+++ b/src/vulkan/wsi/Makefile.sources
@@ -0,0 +1,11 @@
+
+VULKAN_WSI_FILES := \
+ wsi_common.h
+
+VULKAN_WSI_WAYLAND_FILES := \
+ wsi_common_wayland.c \
+ wsi_common_wayland.h
+
+VULKAN_WSI_X11_FILES := \
+ wsi_common_x11.c \
+ wsi_common_x11.h \ No newline at end of file