summaryrefslogtreecommitdiffstats
path: root/patches/xf86-video-intel-2.21.15
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-02-05 18:18:47 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-05 18:18:49 +0100
commitfedc6e9856987e388c6029dc541d02c556cef6f4 (patch)
tree5edb39c182ca81c45daba8aaf052b2f143e47387 /patches/xf86-video-intel-2.21.15
parentddce4ede5c52c5898873dc5eeb9fe6fa41203b86 (diff)
downloadptxdist-fedc6e9856987e388c6029dc541d02c556cef6f4.tar.gz
ptxdist-fedc6e9856987e388c6029dc541d02c556cef6f4.tar.xz
xorg-driver-video-intel: build fixes
* add missing dependency * add patch to fix building with newer glibc Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/xf86-video-intel-2.21.15')
-rw-r--r--patches/xf86-video-intel-2.21.15/0001-fix-building-with-newer-glibc.patch22
-rw-r--r--patches/xf86-video-intel-2.21.15/series4
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/xf86-video-intel-2.21.15/0001-fix-building-with-newer-glibc.patch b/patches/xf86-video-intel-2.21.15/0001-fix-building-with-newer-glibc.patch
new file mode 100644
index 000000000..933df60ba
--- /dev/null
+++ b/patches/xf86-video-intel-2.21.15/0001-fix-building-with-newer-glibc.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Thu, 5 Feb 2015 17:06:35 +0100
+Subject: [PATCH] fix building with newer glibc
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ src/intel_device.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/intel_device.c b/src/intel_device.c
+index d9ff8bccfd6d..94f8cc69d80b 100644
+--- a/src/intel_device.c
++++ b/src/intel_device.c
+@@ -34,6 +34,8 @@
+ #include <sys/ioctl.h>
+
+ #include <pciaccess.h>
++
++#include <xorg-server.h>
+ #include <xf86.h>
+ #include <xf86drm.h>
+ #include <xf86drmMode.h>
diff --git a/patches/xf86-video-intel-2.21.15/series b/patches/xf86-video-intel-2.21.15/series
new file mode 100644
index 000000000..719049471
--- /dev/null
+++ b/patches/xf86-video-intel-2.21.15/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-fix-building-with-newer-glibc.patch
+# e743daea68e78403d8f5fd7f084a8d91 - git-ptx-patches magic