update to x11-driver-intel-2.7.0

This commit is contained in:
Stephan Raue 2009-04-17 20:36:06 +02:00
parent 4ff472fe98
commit e5a9451276
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ PROJECT=generic
MESA=Mesa
LIBDRM=libdrm
DRIDRIVERS="swrast,unichrome"
DRIDRIVERS="swrast,unichrome,r200,r300,radeon,i810,i915,i965"
# Target system we want to cross compile for (i386/x86_64/powerpc)
TARGET_ARCH=i386
@ -119,7 +119,7 @@ WPA_SUPPLICANT=yes
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
XORG_DRIVERS="ati nv vesa openchrome"
XORG_DRIVERS="ati nv vesa openchrome intel"
# LCD display support (yes/no)

View File

@ -107,7 +107,7 @@ case "$2" in
mkdir -p $ROOT/target
rm -rf $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION-qemu.flash
qemu-img create -f raw $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION-qemu.flash 50M
qemu-img create -f raw $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION-qemu.flash 64M
/sbin/mkfs.ext3 -L OpenELEC -F $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION-qemu.flash
mkdir -p $ROOT/.tmp

View File

@ -1 +1 @@
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.902.tar.bz2
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.7.0.tar.bz2