projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dddad5
)
automake: anv: add missing include $(top_srcdir)/src/vulkan/util
author
Emil Velikov
<emil.velikov@collabora.com>
Tue, 28 Feb 2017 14:08:17 +0000
(14:08 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 28 Feb 2017 14:08:17 +0000
(14:08 +0000)
Otherwise we'll fail to find the header and `make distcheck` will bail.
Fixes: e9dcb17962f ("vulkan/util: Add generator for enum_to_str functions")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/Makefile.am
b/src/intel/vulkan/Makefile.am
index a7e2d8e2b4cd9f9063e4dc74617cb6247b0eb85d..3cd01e4d028292c016dde3fe6c977cfdd0c78894 100644
(file)
--- a/
src/intel/vulkan/Makefile.am
+++ b/
src/intel/vulkan/Makefile.am
@@
-50,6
+50,7
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/vulkan/wsi \
-I$(top_builddir)/src/vulkan/util \
+ -I$(top_srcdir)/src/vulkan/util \
-I$(top_builddir)/src/compiler \
-I$(top_srcdir)/src/compiler \
-I$(top_builddir)/src/compiler/nir \