Skip to content

Commit

Permalink
mesa: update for llvm-19
Browse files Browse the repository at this point in the history
The patch variable is leftover from being imported from alpine and we
never set it. We don't need it for our builds.
  • Loading branch information
justinvreeland committed Oct 8, 2024
1 parent 9ad9b18 commit 78d2bfd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mesa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ package:
copyright:
- license: MIT AND SGI-B-2.0 AND BSL-1.0

vars:
llvm-ver: 19

environment:
contents:
packages:
Expand Down Expand Up @@ -39,8 +42,8 @@ environment:
- libxrender-dev
- libxshmfence-dev
- libxxf86vm-dev
- llvm-18
- llvm-18-dev
- llvm-${{vars.llvm-ver}}
- llvm-${{vars.llvm-ver}}-dev
- meson
- py3-mako
- py3-markupsafe
Expand Down Expand Up @@ -72,7 +75,6 @@ pipeline:
_vulkan_drivers="amd,swrast"
_vulkan_layers="device-select,overlay"
PATH="$PATH:/usr/lib/llvm$_llvmver/bin" \
meson \
--prefix=/usr \
-Ddri-drivers-path=$_dri_driverdir \
Expand Down

0 comments on commit 78d2bfd

Please sign in to comment.