Hack to get things compiling - include "drm.h" instead of "xf86drm.h".
Need to fix this, or get maybe rid of xf86drm.h which seems redundant in a standalone build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user