Skip to content

Commit

Permalink
Add upstream Vulkan repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiberta committed Jun 22, 2024
1 parent 670e5f3 commit aed2a11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ parts:
- ffnvcodec
- libva
- sdl
- vulkan-sdk
build-packages:
- libvdpau-dev
- libx265-dev
Expand Down Expand Up @@ -198,7 +199,6 @@ parts:
- libpulse-dev
- libsamplerate0-dev
- libsndio-dev
- libvulkan-dev
- libwayland-dev
- libx11-dev
- libxcursor-dev
Expand Down Expand Up @@ -283,6 +283,14 @@ parts:
- -Dprefix=/usr
build-environment: *build-environment

vulkan-sdk:
plugin: nil
override-pull: |
curl -Lso /etc/apt/trusted.gpg.d/lunarg.asc https://packages.lunarg.com/lunarg-signing-key-pub.asc
curl -Lso /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
apt update
apt install vulkan-sdk
desktop-qt5:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-branch: master
Expand Down

0 comments on commit aed2a11

Please sign in to comment.