projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2b985d
)
r600/sb: Fix build failure with non-standard libdrm installation prefix
author
Lauri Kasanen
<cand@gmx.com>
Wed, 1 May 2013 16:35:07 +0000
(19:35 +0300)
committer
Michel Dänzer
<michel.daenzer@amd.com>
Thu, 2 May 2013 12:57:00 +0000
(14:57 +0200)
Just like radeon/uvd, r600/sb fails to find the libdrm includes.
Signed-off-by: Lauri Kasanen <cand@gmx.com>
src/gallium/drivers/r600/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/Makefile.am
b/src/gallium/drivers/r600/Makefile.am
index 35c75ad76c72399d990b2dc717acbf223dd675ec..08d7e2ce3411c3d015fb76e8953a17c68d8cfe9a 100644
(file)
--- a/
src/gallium/drivers/r600/Makefile.am
+++ b/
src/gallium/drivers/r600/Makefile.am
@@
-15,6
+15,7
@@
AM_CXXFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
+ $(RADEON_CFLAGS) \
$(DEFINES)
libr600_la_SOURCES = \