Skip to content

Commit e99d1eb

Browse files
committed
fix: Added missing dependencies needed by SD backends at runtime
1 parent 71a86f3 commit e99d1eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ parts:
122122
- hwdata # PCI ID database for lspci device name resolution
123123
- pciutils # lspci for GPU detection
124124
- unzip # For extracting backends at runtime
125+
- libdrm-amdgpu1 # SD backends need this at runtime
126+
- libnuma1 # SD backends need this at runtime
125127
override-build: |
126128
set +u # For unbound variables
127129
# workaround for build.snapcraft.io builds

0 commit comments

Comments
 (0)