38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
|
From patchwork Fri Jun 3 23:22:40 2016
|
||
|
Content-Type: text/plain; charset="utf-8"
|
||
|
MIME-Version: 1.0
|
||
|
Content-Transfer-Encoding: 7bit
|
||
|
Subject: [Mesa-dev] anv: add the X related and Wayland CFLAGS to
|
||
|
VULKAN_ENTRYPOINT_CPPFLAGS
|
||
|
From: Emil Velikov <emil.l.velikov@gmail.com>
|
||
|
X-Patchwork-Id: 91607
|
||
|
Message-Id: <1464996160-23417-1-git-send-email-emil.l.velikov@gmail.com>
|
||
|
To: mesa-dev@lists.freedesktop.org
|
||
|
Cc: emil.l.velikov@gmail.com, Emil Velikov <emil.velikov@collabora.com>
|
||
|
Date: Sat, 4 Jun 2016 00:22:40 +0100
|
||
|
|
||
|
From: Emil Velikov <emil.velikov@collabora.com>
|
||
|
|
||
|
Otherwise we might fail to find the headers in some scenarios.
|
||
|
|
||
|
Cc: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
|
||
|
Reported-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
|
||
|
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
|
||
|
---
|
||
|
src/intel/vulkan/Makefile.am | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
|
||
|
index 37c2986..3294fa4 100644
|
||
|
--- a/src/intel/vulkan/Makefile.am
|
||
|
+++ b/src/intel/vulkan/Makefile.am
|
||
|
@@ -125,6 +125,8 @@ nodist_EXTRA_libvulkan_intel_la_SOURCES = dummy.cpp
|
||
|
libvulkan_intel_la_SOURCES = $(VULKAN_GEM_FILES)
|
||
|
|
||
|
VULKAN_ENTRYPOINT_CPPFLAGS = \
|
||
|
+ $(XCB_DRI3_CFLAGS) \
|
||
|
+ $(WAYLAND_CFLAGS) \
|
||
|
-DVK_USE_PLATFORM_XCB_KHR \
|
||
|
-DVK_USE_PLATFORM_WAYLAND_KHR
|
||
|
|