extras/package/snap: Add `layout:` to symlink `/usr/share/libdrm`
- Jun 06, 2023
-
-
Oliver Calder authored
Signed-off-by:
Oliver Calder <oliver@calder.dev>
Unverifiedca38198d
-
When running the VLC snap from the command line, the following error message:
/usr/share/libdrm/amdgpu.ids: No such file or directory
This is due to a missing layout:
field. The program is looking in /usr/share/libdrm/
, but the file is actually in $SNAP/usr/share/libdrm/
, so layout:
allows creating a symlink to this location.
Signed-off-by:
Oliver Calder <oliver@calder.dev>
VideoLAN code repository instance