[Mesa-dev] [PATCH] gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h

Emil Velikov emil.l.velikov at gmail.com
Fri Mar 20 14:20:10 PDT 2015


The path is provided by libdrm.pc and already used appropriately by
the build system.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/gallium/targets/d3dadapter9/drm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/d3dadapter9/drm.c b/src/gallium/targets/d3dadapter9/drm.c
index ec594fd..6342ab8 100644
--- 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>
-- 
2.3.1



More information about the mesa-dev mailing list