From 28ebc23a20bf1445c129125a207d890a82d3f072 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:46:50 +0100 Subject: [PATCH] Update steam-junest.sh - add websocket related packages --- steam-junest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/steam-junest.sh b/steam-junest.sh index f159d61..6ea7e65 100644 --- a/steam-junest.sh +++ b/steam-junest.sh @@ -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" @@ -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"