xf86-video-intel: update to 2.99.917.20200515
This commit is contained in:
parent
31aa1db232
commit
7f1d3ce52e
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'xf86-video-intel'
|
# Template file for 'xf86-video-intel'
|
||||||
pkgname=xf86-video-intel
|
pkgname=xf86-video-intel
|
||||||
version=2.99.917.899
|
version=2.99.917.20200515
|
||||||
revision=2
|
revision=1
|
||||||
_commit=f66d39544bb8339130c96d282a80f87ca1606caf
|
_commit=5ca3ac1a90af177eb111a965e9b4dd8a27cc58fc
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-default-dri=3"
|
configure_args="--with-default-dri=3"
|
||||||
|
@ -20,9 +20,11 @@ CFLAGS="-fcommon"
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
git clone --single-branch \
|
||||||
|
https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel.git \
|
||||||
|
${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
git reset --hard $_commit
|
git reset --hard ${_commit}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue