summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorMarcin Ĺšlusarz <[email protected]>2016-04-16 22:48:09 +0200
committerJason Ekstrand <[email protected]>2016-04-20 11:12:10 -0700
commit3caf2e89aa1711e80db80d2056e0a44663d9c7d2 (patch)
tree45037885ff9b35f08287617faddd4ca122c9a453 /src/intel/vulkan/anv_private.h
parent6c952d8ac7fd57d32170492adaca9c135edd8936 (diff)
anv: fix build without Wayland platform
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index ae2e08d2dfb..2840f984193 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -52,9 +52,6 @@ typedef struct xcb_connection_t xcb_connection_t;
typedef uint32_t xcb_visualid_t;
typedef uint32_t xcb_window_t;
-#define VK_USE_PLATFORM_XCB_KHR
-#define VK_USE_PLATFORM_WAYLAND_KHR
-
#define VK_PROTOTYPES
#include <vulkan/vulkan.h>
#include <vulkan/vulkan_intel.h>