[Mesa-dev] vulkan: Move XML and generator into src/intel/genxml
Steven Newbury
steven.newbury at googlemail.com
Sun Feb 21 10:56:31 UTC 2016
On Sun, 2016-02-21 at 10:16 +0000, Steven Newbury wrote:
> Hi Jason,
>
> commit f6d95876888c81559d4ba773e4e6c82b184e708e in the vulkan branch
> has broken out-of-source-tree builds. The generated header files
> should be included from the build tree, instead of the source tree.
--- src/intel/vulkan/Makefile.am~ 2016-02-21 09:27:01.000000000 +0000
+++ src/intel/vulkan/Makefile.am 2016-02-21 10:36:01.625996990 +0000
@@ -30,6 +30,7 @@
# Used when generating entrypoints to filter out unwanted extensions
VULKAN_ENTRYPOINT_CPPFLAGS = \
+ -I$(top_builddir)/include/vulkan \
-I$(top_srcdir)/include/vulkan \
-DVK_USE_PLATFORM_XCB_KHR \
-DVK_USE_PLATFORM_WAYLAND_KHR
More information about the mesa-dev
mailing list