projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8a9d7
)
amd/common: add missing libdrm include path
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Fri, 26 May 2017 10:59:20 +0000
(11:59 +0100)
committer
Eric Engestrom
<eric.engestrom@imgtec.com>
Fri, 26 May 2017 14:19:55 +0000
(15:19 +0100)
Fixes: de9dd4f9f1bb5984c554 ("ac/radeonsi: move struct radeon_info to ac_gpu_info.h")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/amd/Makefile.common.am
patch
|
blob
|
history
diff --git
a/src/amd/Makefile.common.am
b/src/amd/Makefile.common.am
index dff461c35d4c31ecf1457235772276d43c31b6b9..9d41b869034d3858b203e49459401177a6a4dda4 100644
(file)
--- a/
src/amd/Makefile.common.am
+++ b/
src/amd/Makefile.common.am
@@
-46,6
+46,7
@@
common_libamd_common_la_CFLAGS = \
$(VISIBILITY_CFLAGS) \
$(PTHREAD_CFLAGS) \
$(LLVM_CFLAGS) \
+ $(LIBDRM_CFLAGS) \
$(LIBELF_CFLAGS)
common_libamd_common_la_CXXFLAGS = \