The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-sis / 0001-cross.patch
1 --- xf86-video-sis-0.9.3/configure.ac.orig      2007-06-10 21:00:29.000000000 +0200
2 +++ xf86-video-sis-0.9.3/configure.ac   2007-06-10 21:00:45.000000000 +0200
3 @@ -71,12 +71,18 @@
4  AC_HEADER_STDC
5  
6  if test "$DRI" != no; then
7 +       if test "$cross_compiling" = "no" ; then
8          AC_CHECK_FILE([${sdkdir}/dri.h],
9                        [have_dri_h="yes"], [have_dri_h="no"])
10          AC_CHECK_FILE([${sdkdir}/sarea.h],
11                        [have_sarea_h="yes"], [have_sarea_h="no"])
12          AC_CHECK_FILE([${sdkdir}/dristruct.h],
13                        [have_dristruct_h="yes"], [have_dristruct_h="no"])
14 +       else
15 +               have_dri_h="yes"
16 +               have_sarea_h="yes"
17 +               have_dristruct_h="yes"
18 +       fi
19  fi
20  
21  AC_MSG_CHECKING([whether to include DRI support])