Skip to content

Commit

Permalink
steam: Require host vulkan
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 19, 2024
1 parent b70177e commit a756807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified s/steam/manifest.x86_64.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion s/steam/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"soname(libudev.so.1(386))",
"soname(libva.so.2(386))",
"soname(libvdpau.so.1(386))",
"soname(libvulkan.so.1(386))",
"soname(libz.so.1(386))"
],
"files": [
Expand Down Expand Up @@ -53,6 +54,6 @@
}
},
"source-name": "steam",
"source-release": "11",
"source-release": "12",
"source-version": "1.0.0.82"
}
3 changes: 2 additions & 1 deletion s/steam/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : steam
version : 1.0.0.82
release : 11
release : 12
homepage : https://store.steampowered.com/
upstreams :
- https://repo.steampowered.com/steam/pool/steam/s/steam/steam_1.0.0.82.tar.gz : afa2f1dd6271fd2b645ba30b8f3ab40afd3654e354241a31cbd51000f7e6fc77
Expand All @@ -30,6 +30,7 @@ rundeps :
- soname(libudev.so.1(386))
- soname(libva.so.2(386))
- soname(libvdpau.so.1(386))
- soname(libvulkan.so.1(386))
- soname(libz.so.1(386))
install : |
%make_install
Expand Down

0 comments on commit a756807

Please sign in to comment.