mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
mesa: update to 23.1.2.
This commit is contained in:
parent
c96c9934e1
commit
1cb511dcb2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mesa'
|
# Template file for 'mesa'
|
||||||
pkgname=mesa
|
pkgname=mesa
|
||||||
version=23.1.1
|
version=23.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
#Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
|
#Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
|
||||||
|
@ -17,13 +17,13 @@ makedepends="elfutils-devel expat-devel libXdamage-devel
|
||||||
libXrandr-devel libglvnd-devel libzstd-devel libxml2-devel lua53-devel
|
libXrandr-devel libglvnd-devel libzstd-devel libxml2-devel lua53-devel
|
||||||
libarchive-devel"
|
libarchive-devel"
|
||||||
depends="libglvnd"
|
depends="libglvnd"
|
||||||
short_desc="Graphics library similar to SGI's OpenGL"
|
short_desc="Open source implementation of OpenGL and Vulkan"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT, LGPL-2.1-or-later"
|
license="MIT, LGPL-2.1-or-later"
|
||||||
homepage="https://www.mesa3d.org/"
|
homepage="https://www.mesa3d.org/"
|
||||||
changelog="https://docs.mesa3d.org/relnotes.html"
|
changelog="https://docs.mesa3d.org/relnotes.html"
|
||||||
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
|
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
|
||||||
checksum=a2679031ed5b73b29c4f042ac64d96f83b0cfe4858617de32e2efc196c653a40
|
checksum=60b1f3adb1561830c158bf3c68508943674fb9d69f384c3c7289694385ab5c7e
|
||||||
|
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
Loading…
Add table
Reference in a new issue