projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa0cd1
)
vc4: add missing nir include, to fix the build
author
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 17 Jul 2015 11:52:27 +0000
(12:52 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 7 Aug 2015 17:38:10 +0000
(18:38 +0100)
Cc: 10.6 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/Makefile.am
b/src/gallium/drivers/vc4/Makefile.am
index 0b8279d1763167c13b19665614cc9ed83a91ac5d..f4a57ba34040d8d1753fabb3e841f23108561452 100644
(file)
--- a/
src/gallium/drivers/vc4/Makefile.am
+++ b/
src/gallium/drivers/vc4/Makefile.am
@@
-28,6
+28,7
@@
SIM_LDFLAGS = -lsimpenrose
endif
AM_CFLAGS = \
+ -I$(top_builddir)/src/glsl/nir \
$(LIBDRM_CFLAGS) \
$(GALLIUM_DRIVER_CFLAGS) \
$(SIM_CFLAGS) \