Skip to content

Commit

Permalink
mesa: update to 24.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SpidFightFR authored and classabbyamp committed Sep 29, 2024
1 parent 87e7e20 commit fe99669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
25 changes: 0 additions & 25 deletions srcpkgs/mesa/patches/megadriver-symlinks.patch

This file was deleted.

7 changes: 3 additions & 4 deletions srcpkgs/mesa/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mesa'
pkgname=mesa
version=24.1.5
version=24.2.3
revision=1
build_style=meson
_llvmver=18
Expand All @@ -10,7 +10,7 @@ configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
-Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
-Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
$(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser"
$(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser python3-yaml"
makedepends="elfutils-devel expat-devel libXdamage-devel
libXxf86vm-devel libdrm-devel libffi-devel libva-devel
libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
Expand All @@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
checksum=4ea18b1155a4544a09f7361848974768f6f73c19d88f63de2ec650be313b2d0c

build_options="wayland"
build_options_default="wayland"
Expand Down Expand Up @@ -111,7 +111,6 @@ fi

if [ "$_have_arm" ]; then
_have_vulkan=yes
_gallium_drivers+=",kmsro"
_gallium_drivers+=",v3d,vc4,freedreno,etnaviv,lima,panfrost"
_vulkan_drivers+=",broadcom,freedreno"
subpackages+=" mesa-vulkan-broadcom mesa-vulkan-freedreno"
Expand Down

0 comments on commit fe99669

Please sign in to comment.