mesa: update to 20.2.3
This commit is contained in:
parent
180e4482a2
commit
9c90b0ca96
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mesa'
|
||||
pkgname=mesa
|
||||
version=20.2.2
|
||||
revision=2
|
||||
version=20.2.3
|
||||
revision=1
|
||||
wrksrc="mesa-${version}"
|
||||
build_style=meson
|
||||
configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true
|
||||
|
@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
|
|||
homepage="https://www.mesa3d.org/"
|
||||
changelog="https://docs.mesa3d.org/relnotes/${version}.html"
|
||||
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
|
||||
checksum=1f93eb1090cf71490cd0e204e04f8427a82b6ed534b7f49ca50cea7dcc89b861
|
||||
checksum=ae1b240e11531df528d14dc214d2dc4d2b4f2e835c6230ba0b492b171eceb82b
|
||||
|
||||
build_options="wayland"
|
||||
build_options_default="wayland"
|
||||
|
@ -134,7 +134,7 @@ fi
|
|||
# enabled currently by amd drivers
|
||||
if [ "$_have_opencl" ]; then
|
||||
hostmakedepends+=" clang"
|
||||
makedepends+=" clang libclc-git"
|
||||
makedepends+=" clang libclc"
|
||||
subpackages+=" mesa-opencl"
|
||||
configure_args+=" -Dgallium-opencl=icd"
|
||||
fi
|
||||
|
@ -256,7 +256,7 @@ libxatracker_package() {
|
|||
|
||||
mesa-opencl_package() {
|
||||
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
||||
depends="libclc-git"
|
||||
depends="libclc"
|
||||
pkg_install() {
|
||||
vmove etc/OpenCL
|
||||
vmove "usr/lib/libMesaOpenCL.so.*"
|
||||
|
|
Loading…
Reference in a new issue