mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'mesa'
|
||||||
pkgname=mesa
|
pkgname=mesa
|
||||||
version=20.2.2
|
version=20.2.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="mesa-${version}"
|
wrksrc="mesa-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true
|
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/"
|
homepage="https://www.mesa3d.org/"
|
||||||
changelog="https://docs.mesa3d.org/relnotes/${version}.html"
|
changelog="https://docs.mesa3d.org/relnotes/${version}.html"
|
||||||
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
|
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
|
||||||
checksum=1f93eb1090cf71490cd0e204e04f8427a82b6ed534b7f49ca50cea7dcc89b861
|
checksum=ae1b240e11531df528d14dc214d2dc4d2b4f2e835c6230ba0b492b171eceb82b
|
||||||
|
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
@ -134,7 +134,7 @@ fi
|
||||||
# enabled currently by amd drivers
|
# enabled currently by amd drivers
|
||||||
if [ "$_have_opencl" ]; then
|
if [ "$_have_opencl" ]; then
|
||||||
hostmakedepends+=" clang"
|
hostmakedepends+=" clang"
|
||||||
makedepends+=" clang libclc-git"
|
makedepends+=" clang libclc"
|
||||||
subpackages+=" mesa-opencl"
|
subpackages+=" mesa-opencl"
|
||||||
configure_args+=" -Dgallium-opencl=icd"
|
configure_args+=" -Dgallium-opencl=icd"
|
||||||
fi
|
fi
|
||||||
|
@ -256,7 +256,7 @@ libxatracker_package() {
|
||||||
|
|
||||||
mesa-opencl_package() {
|
mesa-opencl_package() {
|
||||||
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
short_desc="Mesa implementation of OpenCL (r600+ only)"
|
||||||
depends="libclc-git"
|
depends="libclc"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc/OpenCL
|
vmove etc/OpenCL
|
||||||
vmove "usr/lib/libMesaOpenCL.so.*"
|
vmove "usr/lib/libMesaOpenCL.so.*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue