mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
update to x11-driver-intel-2.7.0
This commit is contained in:
parent
4ff472fe98
commit
e5a9451276
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user