summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch b/meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch
new file mode 100644
index 0000000000..3f961c89e4
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel/buildfix.patch
@@ -0,0 +1,22 @@
1Newer mesa doesn't provide dri support, just dri2. The intel driver
2hasn't quite caught up and whilst the configure checks work, the
3global includes have not and need manually tweaking.
4
5RP 2011/10/12
6
7Upstream Status: Superceeded
8
9Index: src/intel.h
10===================================================================
11--- src.orig/intel.h 2011-10-12 20:36:18.587187994 +0100
12+++ src/intel.h 2011-10-12 20:36:30.717188011 +0100
13@@ -65,9 +65,7 @@
14 #include <pciaccess.h>
15
16 #include "xf86drm.h"
17-#include "sarea.h"
18 #define _XF86DRI_SERVER_
19-#include "dri.h"
20 #include "dri2.h"
21 #include "intel_bufmgr.h"
22 #include "i915_drm.h"