projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f78a3
)
vk: Add needed builddir subdirectories to the include path
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 4 Dec 2015 23:46:30 +0000
(15:46 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 4 Dec 2015 23:48:27 +0000
(15:48 -0800)
This fixes out-of-tree builds and closes #1
src/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/vulkan/Makefile.am
b/src/vulkan/Makefile.am
index fd74393be952f1b4e1fca1bc51437137aff8e053..5651f661e0538418452392820e82986246b24c04 100644
(file)
--- a/
src/vulkan/Makefile.am
+++ b/
src/vulkan/Makefile.am
@@
-61,6
+61,8
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/i965 \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/include \
+ -I$(top_builddir)/src \
+ -I$(top_builddir)/src/glsl/nir \
-I$(top_builddir)/src/vulkan
libvulkan_la_CFLAGS = \