libGL: update to 10.4.
This commit is contained in:
parent
62062f278c
commit
cbfe0bd370
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libGL'.
|
# Template build file for 'libGL'.
|
||||||
pkgname=libGL
|
pkgname=libGL
|
||||||
version=10.3.5
|
version=10.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mesa3d.org/"
|
homepage="http://www.mesa3d.org/"
|
||||||
license="MIT, LGPL-2.1"
|
license="MIT, LGPL-2.1"
|
||||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2"
|
distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2"
|
||||||
checksum=eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae
|
checksum=98a7dff3a1a6708c79789de8b9a05d8042e867067f70e8f30387c15026233219
|
||||||
|
|
||||||
hostmakedepends="
|
hostmakedepends="
|
||||||
automake libtool flex pkg-config llvm libxml2-python wayland-devel"
|
automake libtool flex pkg-config llvm libxml2-python wayland-devel"
|
||||||
|
@ -36,6 +36,7 @@ i686*|x86_64*)
|
||||||
configure_args+=" --enable-xa --enable-dri3"
|
configure_args+=" --enable-xa --enable-dri3"
|
||||||
configure_args+=" --enable-opencl --enable-opencl-icd --enable-r600-llvm-compiler"
|
configure_args+=" --enable-opencl --enable-opencl-icd --enable-r600-llvm-compiler"
|
||||||
hostmakedepends+=" clang libclc-git"
|
hostmakedepends+=" clang libclc-git"
|
||||||
|
makedepends+=" libva-devel"
|
||||||
subpackages+=" libxatracker mesa-ati-dri mesa-intel-dri mesa-nouveau-dri"
|
subpackages+=" libxatracker mesa-ati-dri mesa-intel-dri mesa-nouveau-dri"
|
||||||
subpackages+=" mesa-vmwgfx-dri mesa-opencl"
|
subpackages+=" mesa-vmwgfx-dri mesa-opencl"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue