xf86-video-intel: update to 2.99.917.48.
This commit is contained in:
parent
580e231ca3
commit
06cd71a1e3
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'xf86-video-intel'.
|
# Template build file for 'xf86-video-intel'.
|
||||||
pkgname=xf86-video-intel
|
pkgname=xf86-video-intel
|
||||||
version=2.99.917.47
|
version=2.99.917.48
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -23,8 +23,8 @@ LDFLAGS="-Wl,-z,lazy"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
# Latest commit as of 20160717
|
# Latest commit as of 20160720
|
||||||
git reset --hard 26f8ab5429a554801641415f0ab3b2d68cea1d00
|
git reset --hard 4eaab17aec8ea66428087065901324f56df9020e
|
||||||
}
|
}
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue