xf86-video-xgi

Trevor Woerner twoerner at gmail.com
Wed Jul 28 11:25:14 PDT 2010


I needed the following code modification in order to follow the
instructions here:
http://xorg.freedesktop.org/wiki/ModularDevelopersGuide

to build the X.Org code from git.

I'm curious to know if this is a general solution, or something that
is required only for my environment.

diff --git a/src/xgi_dri.c b/src/xgi_dri.c
index d6a6d3d..1d52f1a 100755
--- a/src/xgi_dri.c
+++ b/src/xgi_dri.c
@@ -66,7 +66,7 @@

 #include "xgi_accel.h"
 #include "xgi_common.h"
-#include <drm/drm.h>
+#include <libdrm/drm.h>

 extern void GlxSetVisualConfigs(
     int nconfigs,


More information about the xorg-devel mailing list