Skip to content

Commit

Permalink
Update steam-junest.sh
Browse files Browse the repository at this point in the history
- add websocket related packages
  • Loading branch information
ivan-hc authored Feb 4, 2025
1 parent b700124 commit 28ebc23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions steam-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lib32-libva-intel-driver lib32-libva-mesa-driver lib32-libxcomposite lib32-libxs
lib32-v4l-utils lib32-vkd3d lib32-vulkan-icd-loader lib32-vulkan-intel lib32-vulkan-mesa-layers lib32-vulkan-radeon \
lib32-gamemode lib32-mangohud lib32-wayland lib32-gtk2 lib32-libtiff lib32-glibc-eac-bin lib32-sdl_image lib32-sdl2-compat"
video_pkgs="mesa vulkan-radeon vulkan-intel vulkan-icd-loader vulkan-mesa-layers libva-mesa-driver libva-intel-driver intel-media-driver"
DEPENDENCES="gamescope gamemode git glibc-eac-bin libdrm libyaml mangohud pciutils steam steam-native-runtime tar wayland xz xdotool xorg-xwayland yad $lib32_pkgs $video_pkgs" #SYNTAX: "APP1 APP2 APP3 APP4...", LEAVE BLANK IF NO OTHER DEPENDENCIES ARE NEEDED
DEPENDENCES="gamescope gamemode git glibc-eac-bin libdrm libwebsockets libyaml mangohud pciutils python-websockets steam steam-native-runtime tar wayland xz xdotool xorg-xwayland yad $lib32_pkgs $video_pkgs" #SYNTAX: "APP1 APP2 APP3 APP4...", LEAVE BLANK IF NO OTHER DEPENDENCIES ARE NEEDED
BASICSTUFF="binutils debugedit gzip"
COMPILERS="base-devel"

Expand All @@ -16,10 +16,10 @@ COMPILERS="base-devel"
#############################################################################

BINSAVED="mktemp md5sum cmp getopt zenity lspci steam xdg-user-dir"
SHARESAVED="libdrm"
SHARESAVED="libdrm websocket"
lib_audio_keywords="alsa jack pipewire pulse"
lib_browser_launcher="gio-launch-desktop libasound.so libatk-bridge libatspi libcloudproviders libdb- libdl.so libedit libepoxy libgtk-3.so.0 libjson-glib libnssutil libpthread.so librt.so libtinysparql libwayland-cursor libX11-xcb.so libxapp-gtk3-module.so libXcursor libXdamage libXi.so libxkbfile.so libXrandr p11 pk"
LIBSAVED="libXfixes.so libxmlb.so libSDL $lib_audio_keywords $lib_browser_launcher"
LIBSAVED="libXfixes.so libxmlb.so libSDL websocket $lib_audio_keywords $lib_browser_launcher"

[ -n "$lib_browser_launcher" ] && DEPENDENCES="$DEPENDENCES xapp hicolor-icon-theme"

Expand Down

0 comments on commit 28ebc23

Please sign in to comment.