projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0565f4
)
vulkan: fix out-of-tree build
author
Mark Janes
<mark.a.janes@intel.com>
Thu, 18 Feb 2016 20:30:27 +0000
(12:30 -0800)
committer
Mark Janes
<mark.a.janes@intel.com>
Thu, 18 Feb 2016 20:30:27 +0000
(12:30 -0800)
We need to be able to find the generated gen*pack.h headers.
Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/intel/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/Makefile.am
b/src/intel/vulkan/Makefile.am
index 2144e5a691a1ebbb4de1fb85051f6c73cf9b3800..ccd98856b4b16b457061890a2c70e875056f672c 100644
(file)
--- a/
src/intel/vulkan/Makefile.am
+++ b/
src/intel/vulkan/Makefile.am
@@
-65,6
+65,7
@@
AM_CPPFLAGS = \
-I$(top_builddir)/src \
-I$(top_builddir)/src/compiler \
-I$(top_builddir)/src/compiler/nir \
+ -I$(top_builddir)/src/intel \
-I$(top_builddir)/src/vulkan
libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init