Skip to content

Commit

Permalink
snap: test the available vulkan libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh committed Jun 21, 2024
1 parent 72374c5 commit 135d72e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ slots:
name: io.gitlab.news_flash.NewsFlash

parts:
deps:
plugin: nil
stage-packages:
- vulkan-tools
prime:
- usr/bin/vulkaninfo
blueprint-compiler:
source: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
source-tag: 'v0.12.0'
Expand Down Expand Up @@ -134,7 +140,6 @@ apps:
desktop: usr/share/applications/io.gitlab.news_flash.NewsFlash.desktop
environment:
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
GDK_DEBUG: 'portals'
plugs:
- unity7
- network
Expand Down

0 comments on commit 135d72e

Please sign in to comment.