Skip to content

Commit

Permalink
Add vulkan linux dependency (#8932)
Browse files Browse the repository at this point in the history
Release Notes:

- Fixed ([#8934](#8934)).

Optionally, include screenshots / media showcasing your addition that
can be included in the release notes.

**or**

- N/A

Signed-off-by: pigletfly <wangbing.adam@gmail.com>
  • Loading branch information
pigletfly authored Mar 7, 2024
1 parent ffebe2e commit 35c7b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/linux
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if [[ -n $apt ]]; then
libxkbcommon-x11-dev
libssl-dev
libzstd-dev
libvulkan-dev
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0
Expand All @@ -30,6 +31,7 @@ if [[ -n $dnf ]]; then
libxkbcommon-x11-devel
openssl-devel
libzstd-devel
libvulkan-devel
)
$maysudo "$dnf" install -y "${deps[@]}"
exit 0
Expand All @@ -46,6 +48,7 @@ if [[ -n $zyp ]]; then
libxkbcommon-x11-devel
openssl-devel
libzstd-devel
libvulkan-devel
)
$maysudo "$zyp" install -y "${deps[@]}"
exit 0
Expand Down Expand Up @@ -79,6 +82,7 @@ if [[ -n $xbps ]]; then
libzstd-devel
openssl-devel
wayland-devel
libvulkan-devel
)
$maysudo "$xbps" -Syu "${deps[@]}"
exit 0
Expand Down

0 comments on commit 35c7b5d

Please sign in to comment.