diff options
author | Jason Ekstrand <[email protected]> | 2017-11-15 18:50:44 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-12-04 10:04:19 -0800 |
commit | 764fc1643c10ca1f336a99ddbe727313c995b6bb (patch) | |
tree | 1be6557c9e2db7c0dbf1d59e8f91fed6860c5c7d /src/vulkan/wsi/meson.build | |
parent | 3991098f3b10519b4308763fb77cd15e3218a044 (diff) |
vulkan/wsi: Add a wsi_device_init function
This gives the opportunity to collect some function pointers if we'd
like which will be very useful in future.
Reviewed-by: Dave Airlie <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/vulkan/wsi/meson.build')
-rw-r--r-- | src/vulkan/wsi/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/wsi/meson.build b/src/vulkan/wsi/meson.build index 3aa02d5e63f..bfec376e9a7 100644 --- a/src/vulkan/wsi/meson.build +++ b/src/vulkan/wsi/meson.build @@ -22,6 +22,7 @@ vulkan_wsi_args = [] vulkan_wsi_deps = [] files_vulkan_wsi = files( + 'wsi_common.c', 'wsi_common.h', 'wsi_common_queue.h', ) |