projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e93be
)
gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h
author
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 20 Mar 2015 21:20:10 +0000
(21:20 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 22 Apr 2015 15:03:01 +0000
(16:03 +0100)
The path is provided by libdrm.pc and already used appropriately by
the build system.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/d3dadapter9/drm.c
patch
|
blob
|
history
diff --git
a/src/gallium/targets/d3dadapter9/drm.c
b/src/gallium/targets/d3dadapter9/drm.c
index ec594fdad794203b07a2a15ddde6ba4da920aa55..6342ab801a9792013ba4817f550b8361f697179d 100644
(file)
--- a/
src/gallium/targets/d3dadapter9/drm.c
+++ b/
src/gallium/targets/d3dadapter9/drm.c
@@
-39,7
+39,7
@@
#include "xmlconfig.h"
#include "xmlpool.h"
-#include <
libdrm/
drm.h>
+#include <drm.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <stdio.h>