summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch
blob: 3f961c89e43c444a02c018f553ee84c6cad23226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Newer mesa doesn't provide dri support, just dri2. The intel driver
hasn't quite caught up and whilst the configure checks work, the
global includes have not and need manually tweaking.

RP 2011/10/12

Upstream Status: Superceeded

Index: src/intel.h
===================================================================
--- src.orig/intel.h	2011-10-12 20:36:18.587187994 +0100
+++ src/intel.h	2011-10-12 20:36:30.717188011 +0100
@@ -65,9 +65,7 @@
 #include <pciaccess.h>
 
 #include "xf86drm.h"
-#include "sarea.h"
 #define _XF86DRI_SERVER_
-#include "dri.h"
 #include "dri2.h"
 #include "intel_bufmgr.h"
 #include "i915_drm.h"