Hack to get things compiling - include "drm.h" instead of "xf86drm.h".
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 14 Apr 2004 13:32:37 +0000 (13:32 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 14 Apr 2004 13:32:37 +0000 (13:32 +0000)
Need to fix this, or get maybe rid of xf86drm.h which seems redundant
in a standalone build.

src/mesa/drivers/dri/i830/server/i830_dri.h

index f2a1a538744165fb2a19a20909d79899a5fef875..bc1233029569cea2ba59c9c8c150b3adbb9c8a47 100644 (file)
@@ -3,7 +3,8 @@
 #ifndef _I830_DRI_H
 #define _I830_DRI_H
 
-#include "xf86drm.h"
+#include "drm.h"               /* HACK!!! why doesn't xf86drm.h work??? */
+/* #include "xf86drm.h" */
 #include "i830_common.h"
 
 #define I830_MAX_DRAWABLES 256