Skip to content

Commit

Permalink
fix(mesa)
Browse files Browse the repository at this point in the history
closes #7974
  • Loading branch information
jhheider committed Nov 21, 2024
1 parent 53e7538 commit fe29290
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions projects/mesa3d.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,20 @@ build:
llvm.org: '*' # since 24.2, for llvmpipe
linux:
curl.se: '*'
cmake.org: 3 # since 24.3
rust-lang.org: '*' # since 24.3
rust-lang.org/rust-bindgen: '*' # since 24.3
script:
- curl -L "$Mako" | tar zxf -
- curl -L "$MarkupSafe" | tar zxf -

# removed in 24.3.0
- run: |
if test "{{hw.platform}}" = "linux"; then
MESON_ARGS="$MESON_ARGS -Ddri3=enabled -Dgallium-omx=disabled"
fi
if: <24.3
- run:
- python -m venv venv
- source venv/bin/activate
Expand Down Expand Up @@ -100,9 +110,7 @@ build:
MESON_ARGS:
- -Dplatforms=x11,wayland
- -Dglx=auto
- -Ddri3=enabled
- -Dgallium-drivers=lima
- -Dgallium-omx=disabled
- -Dvulkan-drivers=
- -Degl=enabled
- -Dgbm=enabled
Expand Down

0 comments on commit fe29290

Please sign in to comment.