mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
libGL: update to 18.2.2.
This commit is contained in:
parent
e0eefc635a
commit
b19c1cc309
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libGL'
|
# Template file for 'libGL'
|
||||||
pkgname=libGL
|
pkgname=libGL
|
||||||
version=18.2.1
|
version=18.2.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mesa-${version}"
|
wrksrc="mesa-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
||||||
-Dgallium-vdpau=true -Dgallium-xvmc=true -Dosmesa=gallium
|
-Dgallium-vdpau=true -Dgallium-xvmc=true -Dosmesa=gallium
|
||||||
-Dtexture-float=true -Dgles1=true -Dgles2=true -Dgallium-va=true
|
-Dgles1=true -Dgles2=true -Dgallium-va=true -Dlmsensors=true
|
||||||
-Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true -Dlmsensors=true
|
-Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true
|
||||||
-Db_lto=false"
|
-Db_lto=false"
|
||||||
hostmakedepends="flex libxml2-python llvm pkg-config
|
hostmakedepends="flex libxml2-python llvm pkg-config
|
||||||
python-Mako wayland-protocols wayland-devel"
|
python-Mako wayland-protocols wayland-devel"
|
||||||
|
@ -21,7 +21,7 @@ license="MIT, LGPL-2.1-or-later"
|
||||||
homepage="https://www.mesa3d.org/"
|
homepage="https://www.mesa3d.org/"
|
||||||
changelog="https://www.mesa3d.org/relnotes/${version}.html"
|
changelog="https://www.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=9636dc6f3d188abdcca02da97cedd73640d9035224efd5db724187d062c81056
|
checksum=c3ba82b12a89d3d9fed2bdd96b4702dbb7ab675034650a8b1b718320daf073c4
|
||||||
conf_files="/etc/drirc"
|
conf_files="/etc/drirc"
|
||||||
|
|
||||||
# Set subpackages manually to set proper rdeps in 32bit pkgs.
|
# Set subpackages manually to set proper rdeps in 32bit pkgs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue