diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-02-14 14:54:53 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-02-14 14:54:59 -0800 |
| commit | 8c4b0f815d0b988c8a41a6fd9cc1cf92d342b20f (patch) | |
| tree | 0caa9ec4470bc16668c577c140efcf02fd81ff51 | |
| parent | 4e8e2d97965347f9afd3d179d81bce0aa02e6972 (diff) | |
prettier
| -rw-r--r-- | snap/snapcraft.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 37020a2d6..847327d4c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -96,7 +96,14 @@ parts: - libllvm17 - libunistring5 - librsvg2-2 - - on amd64: [i965-va-driver,libdrm-intel1,libdrm-nouveau2,libdrm-amdgpu1,libdrm-radeon1] + - on amd64: + [ + i965-va-driver, + libdrm-intel1, + libdrm-nouveau2, + libdrm-amdgpu1, + libdrm-radeon1, + ] stage: # The libraries in dri need no-patchelf, so they come from the mesa-unpatched part - -usr/lib/*/dri |
