Skip to content

Commit 135d72e

Browse files
committed
snap: test the available vulkan libraries
1 parent 72374c5 commit 135d72e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

snap/snapcraft.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ slots:
2525
name: io.gitlab.news_flash.NewsFlash
2626

2727
parts:
28+
deps:
29+
plugin: nil
30+
stage-packages:
31+
- vulkan-tools
32+
prime:
33+
- usr/bin/vulkaninfo
2834
blueprint-compiler:
2935
source: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
3036
source-tag: 'v0.12.0'
@@ -134,7 +140,6 @@ apps:
134140
desktop: usr/share/applications/io.gitlab.news_flash.NewsFlash.desktop
135141
environment:
136142
LD_LIBRARY_PATH: $SNAP/ffmpeg-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/webkitgtk-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/webkitgtk-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/webkitgtk-6.0:$LD_LIBRARY_PATH
137-
GDK_DEBUG: 'portals'
138143
plugs:
139144
- unity7
140145
- network

0 commit comments

Comments
 (0)