summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-04-20 19:01:00 +0100
committerEmil Velikov <[email protected]>2016-05-01 08:38:04 +0100
commitcbc4837b83157fd990ac5960badaba342be6cb33 (patch)
tree47a49349b5981c3bff0596ed169210b5a59f0eed /src/intel/vulkan/Makefile.am
parent9bc99f56682721261fec90568255dc9b937faa7c (diff)
anv: kill of custom define HAVE_WAYLAND_PLATFORM
Vulkan API already has equivalent, so simplify things as just use it. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.am')
-rw-r--r--src/intel/vulkan/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index fc221705657..98784aa2714 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -98,8 +98,7 @@ AM_CPPFLAGS += \
-I$(top_builddir)/src/egl/wayland/wayland-drm \
-I$(top_srcdir)/src/egl/wayland/wayland-drm \
$(WAYLAND_CFLAGS) \
- -DVK_USE_PLATFORM_WAYLAND_KHR \
- -DHAVE_WAYLAND_PLATFORM
+ -DVK_USE_PLATFORM_WAYLAND_KHR
VULKAN_SOURCES += $(VULKAN_WSI_WAYLAND_FILES)