diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-10-17 08:17:19 -0300 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-10-17 08:17:19 -0300 |
commit | 31afdca9d575e0fbbf23ee302374f9299e666e8f (patch) | |
tree | f7e9a10e52e101fb672330c6c2f7174cf201f7d3 | |
parent | ffcdd137f118c3d7ab1865b8267166737e1f2f14 (diff) |
Stage mesa-va-drivers.
This provides, among others, radeonsi_drv_video.so.
-rw-r--r-- | snapcraft.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 0e4ebbb..6277a2d 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -372,6 +372,7 @@ parts: stage-packages: - mesa-vulkan-drivers - libxcb-randr0 + - mesa-va-drivers override-build: | # Strip iHD driver and move it from /usr/lib to /usr/lib/@triplet@ snapcraftctl build @@ -380,7 +381,7 @@ parts: -exec strip {} \; \ -exec mv {} "$SNAPCRAFT_PART_INSTALL/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri" \; prime: - - usr/**/iHD_drv_video.so + - usr/**/*_video.so - usr/**/libigfxcmrt.so* - usr/**/libvulkan_*.so - usr/**/libVkLayer_*.so |