Skip to content

Commit 8c6f97a

Browse files
committed
mesa-radeonsi-jupiter: enable rusticl
1 parent d58e0f3 commit 8c6f97a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/mesa-radeonsi-jupiter/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ stdenv.mkDerivation {
4040
"-D b_ndebug=true"
4141
"-D gallium-drivers=radeonsi,llvmpipe,zink,iris,i915"
4242
"-D gallium-extra-hud=true"
43-
"-D gallium-rusticl=false"
43+
# Jovian: disabled on vendor, enable here to not break nixpkgs Mesa packaging assumptions
44+
# "-D gallium-rusticl=false"
4445
"-D gles1=disabled"
4546
"-D html-docs=disabled"
4647
"-D libunwind=disabled"

0 commit comments

Comments
 (0)