summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-09-22 15:49:30 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-22 21:34:54 +0200
commitddf6677fe76a46b05d3cb89fa6b4b9152fc52502 (patch)
treec4b8566c474376765fbdeb87e450c3e4782c636c /package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch
parent2288d846fe9638c1da1fe85ae029fa34547f2801 (diff)
downloadbuildroot-novena-ddf6677fe76a46b05d3cb89fa6b4b9152fc52502.tar.gz
buildroot-novena-ddf6677fe76a46b05d3cb89fa6b4b9152fc52502.zip
xdriver_x86-driver-intel: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch')
-rw-r--r--package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch
deleted file mode 100644
index 0b020ac5c..000000000
--- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel-2.10.0-cross-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac.orig 2010-01-04 22:20:07.000000000 +0000
-+++ b/configure.ac 2010-02-19 12:12:50.000000000 +0000
-@@ -103,7 +103,7 @@
- CFLAGS="$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS"
- CPPFLAGS="$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS"
- AC_MSG_CHECKING([whether to include DRI support])
--if test x$DRI != xno; then
-+if test "$cross_compiling" = "no" -a test x$DRI != xno; then
- AC_CHECK_FILE([${sdkdir}/dri.h],
- [have_dri_h="yes"], [have_dri_h="no"])
- AC_CHECK_FILE([${sdkdir}/sarea.h],